group('/queue', function($app) { $app->get('/run[/]', Queues::class); });