|
|
@@ -34,7 +34,8 @@ public class TssWebMvcConfig implements WebMvcConfigurer {
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
final String[] excludePathPatterns = new String[] {
|
|
|
"/", "/index", "/signin", "/image/**", "/ux/**", "/smartEditor/**",
|
|
|
- "/error/**", "/data/**", "/login", "/logout"
|
|
|
+ "/error/**", "/data/**", "/login", "/logout",
|
|
|
+ "/delivery/sweettracker/response"
|
|
|
};
|
|
|
|
|
|
registry.addInterceptor(defaultInterceptor)
|