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