部署过滤
This commit is contained in:
parent
cf6e117549
commit
ee3f242162
@ -62,7 +62,8 @@ public class WebConfig implements WebMvcConfigurer {
|
|||||||
whiteList.add("/api/projectServer/project/{project}");
|
whiteList.add("/api/projectServer/project/{project}");
|
||||||
whiteList.add("/test/simulation/**");
|
whiteList.add("/test/simulation/**");
|
||||||
whiteList.add("/api/test/**");
|
whiteList.add("/api/test/**");
|
||||||
|
whiteList.add("/api/project/viewSetting/simple/all");
|
||||||
|
whiteList.add("/api/project/viewSetting/project/{project}");
|
||||||
//旧数据处理
|
//旧数据处理
|
||||||
whiteList.add("/api/org/oldData/handle");
|
whiteList.add("/api/org/oldData/handle");
|
||||||
whiteList.add("/api/mapFunction/oldDataHandle");
|
whiteList.add("/api/mapFunction/oldDataHandle");
|
||||||
|
Loading…
Reference in New Issue
Block a user