We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ecd74 commit d4580a8Copy full SHA for d4580a8
src/main/java/org/ahpuh/surf/config/WebMvcConfig.java
@@ -45,7 +45,8 @@ public void addCorsMappings(final CorsRegistry registry) {
45
HttpMethod.GET.name(),
46
HttpMethod.DELETE.name(),
47
HttpMethod.PATCH.name(),
48
- HttpMethod.PUT.name());
+ HttpMethod.PUT.name(),
49
+ HttpMethod.OPTIONS.name());
50
}
51
52
0 commit comments