refactor: 修改auth配置文件

This commit is contained in:
2025-03-25 11:09:28 +08:00
parent d38fd55f2a
commit d380b5aa8e

View File

@@ -5,5 +5,5 @@
return [ 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']),
]; ];