Skip to content

Commit f4bad7d

Browse files
committed
fix: model data exclude sso
1 parent 0223b20 commit f4bad7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public void addInterceptors(InterceptorRegistry registry) {
4444
"/app-center/api/ai/chat",
4545
"/app-center/api/chat/completions",
4646
// 图片文件资源下载
47-
"/material-center/api/resource/download/*"
47+
"/material-center/api/resource/download/*",
48+
//模型驱动
49+
"/platform-center/api/model-data/**"
4850
);
4951
}
5052
}

0 commit comments

Comments
 (0)