fix(global): 开放文件下载权限

This commit is contained in:
han0
2023-12-21 17:09:58 +08:00
parent 1214a28572
commit 564f6177ab

View File

@@ -125,6 +125,7 @@ public class GlobalConfigure implements WebMvcConfigurer {
/* 文件下载 */ /* 文件下载 */
"/dev/file/download", "/dev/file/download",
"/dev/file/download/**",
/* 用户个人中心相关 */ /* 用户个人中心相关 */
"/sys/userCenter/getPicCaptcha", "/sys/userCenter/getPicCaptcha",