diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 4e3e375..58f1334 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -32,7 +32,7 @@ $routes->group('mangboard', ['namespace' => 'App\Controllers\Mangboard'], functi $routes->cli('(:alpha)/(:any)/(:any)', 'CrawlerController::$1/$2'); }); }); -$routes->group(name: 'cloudflare', ['namespace' => 'App\Controllers\Cloudflare'], function ($routes) { +$routes->group('cloudflare', ['namespace' => 'App\Controllers\Cloudflare'], function ($routes) { $routes->group('account', function ($routes) { $routes->get('/', 'AccountController::index'); $routes->get('/create', 'AccountController::create_form');