refactor: 修改auth配置文件

This commit is contained in:
2025-03-25 11:09:28 +08:00
parent d71f27e64c
commit 4cbe27668f

View File

@@ -5,5 +5,5 @@
return [
// 不需要登录验证的接口
'white_list' => env('ADMIN_AUTH.WHITE_LIST', ['v1/user/login','1/user/captcha']),
'white_list' => env('ADMIN_AUTH.WHITE_LIST', ['v1/user/login','v1/user/captcha']),
];