Skip to content

Commit d4580a8

Browse files
committed
fix: https 프론트 배포주소 추가
1 parent 26ecd74 commit d4580a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/ahpuh/surf/config/WebMvcConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public void addCorsMappings(final CorsRegistry registry) {
4545
HttpMethod.GET.name(),
4646
HttpMethod.DELETE.name(),
4747
HttpMethod.PATCH.name(),
48-
HttpMethod.PUT.name());
48+
HttpMethod.PUT.name(),
49+
HttpMethod.OPTIONS.name());
4950
}
5051

5152
}

0 commit comments

Comments
 (0)