group('/clave', function($app) { $app->get('[/]', Clave::class); $app->post('[/]', [Clave::class, 'do_edit']); });