xiaogang 3 years ago
parent
commit
b17f175d4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Admin/routes.php

+ 1 - 0
app/Admin/routes.php

xqd
@@ -24,4 +24,5 @@ Route::group([
     $router->resource('/notice', 'NoticeController');
     $router->resource('/problem', 'UsersProblemController');
     $router->resource('/users_info', 'UsersInfoController');
+    $router->resource('/setting', 'SystemConfigController');
 });