开发者认证
This commit is contained in:
@@ -33,4 +33,6 @@ $router->group(function () use ($router){
|
||||
})->middleware('auth');
|
||||
|
||||
//developer路由
|
||||
$router->resource('developer', '\catchAdmin\system\controller\Developer')->middleware('auth');
|
||||
$router->resource('developer', '\catchAdmin\system\controller\Developer')->middleware('auth');
|
||||
// 开发者认证
|
||||
$router->post('developer/authenticate', '\catchAdmin\system\controller\Developer@authenticate');
|
Reference in New Issue
Block a user