feat: 新增文章分类增/删/改/查接口
This commit is contained in:
9
app/admin/config/auth.php
Normal file
9
app/admin/config/auth.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 登录验证设置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
// 不需要登录验证的接口
|
||||
'white_list' => env('ADMIN_AUTH.WHITE_LIST', ['v1/user/login','1/user/captcha']),
|
||||
];
|
||||
Reference in New Issue
Block a user