group('/precios', function($app) { $app->get('[/{project_id}[/]]', Precios::class); });