@@ -57,8 +57,8 @@ public class Config extends WebMvcConfigurerAdapter{
registry.addInterceptor(ignoreOptionsInterceptor())
.addPathPatterns("/**");
-// registry.addInterceptor(allowOriginIntercepter())
-// .addPathPatterns("/**");
+ registry.addInterceptor(allowOriginIntercepter())
+ .addPathPatterns("/**");
}
// /**