From ae613ccc20f659a4c7748330cbf9c078a0b72edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 7 May 2025 16:00:33 +0900 Subject: [PATCH] dbms_init...1 --- 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 ed02f7d..014d938 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -108,7 +108,7 @@ $routes->group('admin', ['namespace' => 'App\Controllers\Admin', 'filter' => 'au $routes->post('batchjob_delete', 'RackController::batchjob_delete'); $routes->get('download/(:alpha)', 'RackController::download/$1'); }); - $routes->group('line', ['namespace' => 'App\Controllers\Admin\Dvice'], function ($routes) { + $routes->group('line', ['namespace' => 'App\Controllers\Admin\Device'], function ($routes) { $routes->get('/', 'LineController::index', []); $routes->get('create', 'LineController::create_form'); $routes->post('create', 'LineController::create');