Automation init...4

This commit is contained in:
최준흠 2024-09-22 23:08:58 +09:00
parent dcb78a3745
commit 387c3bff27

View File

@ -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');