We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57d8cc commit 4222f27Copy full SHA for 4222f27
1 file changed
base/src/main/java/com/tinyengine/it/login/config/LoginConfig.java
@@ -42,7 +42,9 @@ public void addInterceptors(InterceptorRegistry registry) {
42
"/platform-center/api/user/forgot-password",
43
// AI
44
"/app-center/api/ai/chat",
45
- "/app-center/api/chat/completions"
+ "/app-center/api/chat/completions",
46
+ // 图片文件资源下载
47
+ "/material-center/api/resource/download/*"
48
);
49
}
50
0 commit comments