group('/tokens', function($app) { $app->get('/try[/]', Tokens::class . ':try'); });