group('/tesoreria', function($app) { $app->post('/import[/]', [Tesoreria::class, 'import']); });