|
|
@@ -48,7 +48,8 @@ public class TsaWebMvcConfig implements WebMvcConfigurer {
|
|
|
final String[] excludePathPatterns = new String[] {
|
|
|
"/", "/index", "/signin", "/image/**", "/ux/**", "/smartEditor/**",
|
|
|
"/error/**", "/data/**", "/login", "/logout",
|
|
|
- "/pos/**", "/goods/naverEP/download", "/shoplinker/**"
|
|
|
+ "/pos/**", "/goods/naverEP/download", "/shoplinker/**",
|
|
|
+ "/marketing//mailtemplate/content/**"
|
|
|
};
|
|
|
|
|
|
registry.addInterceptor(defaultInterceptor)
|