Skip to content

Commit f6ed20a

Browse files
committed
fix: exclude resource/download ssoInterceptor
1 parent ef49e1c commit f6ed20a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/src/main/java/com/tinyengine/it/login/config/LoginConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void addInterceptors(InterceptorRegistry registry) {
4343
// AI
4444
"/app-center/api/ai/chat",
4545
"/app-center/api/chat/completions",
46+
// 材料下载
4647
"/material-center/api/resource/download/*"
4748
);
4849
}

0 commit comments

Comments
 (0)