新增开发者

This commit is contained in:
JaguarJack
2020-07-13 15:28:38 +08:00
parent 1644076abe
commit 7ef4efa37a
4 changed files with 171 additions and 1 deletions

View File

@@ -30,4 +30,7 @@ $router->group(function () use ($router){
// 敏感词
$router->resource('sensitive/word', '\catchAdmin\system\controller\SensitiveWord');
})->middleware('auth');
})->middleware('auth');
//developer路由
$router->resource('developer', '\catchAdmin\system\controller\Developer')->middleware('auth');