group('wiki', ['namespace' => 'App\Controllers\Wiki'], function ($routes) { $routes->get('','WikiController::index',["as" => "wikiIndex"]); });