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