From 7a176f40fb77c7b464cb78db9da7aaf9bd711d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Wed, 9 Aug 2023 23:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-boot-system/src/main/resources/auth.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maku-boot-system/src/main/resources/auth.yml b/maku-boot-system/src/main/resources/auth.yml index 60fef62..2f667da 100644 --- a/maku-boot-system/src/main/resources/auth.yml +++ b/maku-boot-system/src/main/resources/auth.yml @@ -3,6 +3,8 @@ auth: - /sys/auth/captcha - /sys/auth/captcha/enabled - /sys/auth/login + - /sys/auth/token - /sys/auth/send/code - /sys/auth/mobile - - /upload/** \ No newline at end of file + - /upload/** + - / \ No newline at end of file