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