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