增加外部API接口

This commit is contained in:
weidong 2024-07-01 18:28:01 +08:00
parent 9ddbaefa9b
commit 0b78668c22
2 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@
beidou 9901(外)
beidou-rtcm 9904 9902(外),9903(外)
beidou-fwd 9906
ntrip-proxy 9910(外)
ntrip-proxy 9910 11001(外)
beidou-exapi 9908(外)

View File

@ -23,6 +23,6 @@ public class WebMvcConfig implements WebMvcConfigurer {
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(authInterceptor)
.addPathPatterns("/**")
.excludePathPatterns("/api/login");
.excludePathPatterns("/login");
}
}