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