group('/personas', function($app) {}); $app->group('/persona/{rut}', function($app) { $app->get('[/]', [Personas::class, 'get']); });