diff --git a/app/Admin/routes.php b/app/Admin/routes.php index 067c329..413751f 100644 --- a/app/Admin/routes.php +++ b/app/Admin/routes.php @@ -227,7 +227,7 @@ Route::group([ $router->get('stores', [StoreController::class, 'shareList']); $router->get('employees', [EmployeeController::class, 'shareList']); $router->get('employee-sign-logs', [SignLogController::class, 'shareList']); - $router->get('keywords/tree-list', [KeywordController::class, 'getTreeList'])->name('api.keywords.tree-list'); + $router->get('keywords/tree-list', [KeywordController::class, 'getTreeList']); $router->get('workflow/value-options', [WorkflowController::class, 'getValueOptions']); $router->post('workflow/apply', [WorkflowController::class, 'apply']); diff --git a/config/admin.php b/config/admin.php index 64666f6..abf4eaf 100644 --- a/config/admin.php +++ b/config/admin.php @@ -57,7 +57,7 @@ return [ ], ], 'except' => [ - + ], ],