From 387c3bff2741927089c700d169b3e1d0864875bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Sun, 22 Sep 2024 23:08:58 +0900 Subject: [PATCH] Automation init...4 --- app/Config/Routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');