Skip to content

Commit 91b8db8

Browse files
committed
[HOTFIX] 요청 허용 헤더 추가
1 parent ace7098 commit 91b8db8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/terning/terningserver/common/config/WebConfig.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ public void addCorsMappings(CorsRegistry registry) {
4949
"https://www.terning-official.p-e.kr/",
5050
"https://www.terning-official.n-e.kr/",
5151
"http://15.165.242.132",
52-
"http://54.180.215.35")
52+
"http://54.180.215.35",
53+
"http://52.78.114.66"
54+
)
5355
.allowedMethods("GET", "POST", "PUT", "DELETE", "PATCH")
5456
.allowCredentials(true);
5557
}

0 commit comments

Comments
 (0)