From 28b7cfa24238bc139ea9227809cc753e706d7083 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 25 Mar 2025 11:09:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9auth=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/config/auth.php b/app/admin/config/auth.php index 799fb30e..75598a6e 100644 --- a/app/admin/config/auth.php +++ b/app/admin/config/auth.php @@ -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']), ]; \ No newline at end of file