@@ -38,7 +38,8 @@ public class WebAppConfig implements WebMvcConfigurer {
"/**/agentAduit/**",
"/**/laser/**",
"/**/vaild/cameras/**",
- "/**/hot/shop/**"
+ "/**/hot/shop/**",
+ "/**/getIncrementType/**"
);
registry.addInterceptor(appInterceptor).addPathPatterns("/app/**")