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