group('/propietario/{propietario_rut}', function($app) { $app->get('[/]', [Propietarios::class, 'get']); });