增加外部API接口
This commit is contained in:
parent
9ddbaefa9b
commit
0b78668c22
@ -25,5 +25,5 @@
|
||||
beidou 9901(外)
|
||||
beidou-rtcm 9904 9902(外),9903(外)
|
||||
beidou-fwd 9906
|
||||
ntrip-proxy 9910(外)
|
||||
ntrip-proxy 9910 11001(外)
|
||||
beidou-exapi 9908(外)
|
||||
@ -23,6 +23,6 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
||||
public void addInterceptors(InterceptorRegistry registry) {
|
||||
registry.addInterceptor(authInterceptor)
|
||||
.addPathPatterns("/**")
|
||||
.excludePathPatterns("/api/login");
|
||||
.excludePathPatterns("/login");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user