Skip to content

Commit 3521887

Browse files
committed
[πŸ”₯ !hotfix] μš΄μ˜μ„œλ²„ λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ μž‘μ—… μ§„ν–‰
1 parent 23060ec commit 3521887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žsrc/main/java/org/terning/terningserver/config/SwaggerConfig.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@OpenAPIDefinition(
1515
servers = {
1616
@Server(url = "https://www.terning-official.p-e.kr", description = "Default Server url"),
17-
@Server(url = "http://43.201.230.77", description = "Default Server url (2025 ver.)"),
17+
@Server(url = "https://www.terning-official.n-e.kr", description = "Default Server url (2025 ver.)"),
1818
@Server(url = "http://15.165.242.132", description = "Staging Server URL"),
1919
@Server(url = "http://localhost:8080", description = "Local Development Server URL")
2020
}

β€Žsrc/main/java/org/terning/terningserver/config/WebMvcConfig.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void addCorsMappings(CorsRegistry registry) {
1515
"http://localhost:8080",
1616
"http://localhost:3000",
1717
"https://www.terning-official.p-e.kr/",
18-
"http://43.201.230.77",
18+
"https://www.terning-official.n-e.kr/",
1919
"http://15.165.242.132") // ν—ˆμš©ν•  좜처 : νŠΉμ • λ„λ©”μΈλ§Œ 받을 수 있음
2020
.allowedMethods("GET", "POST", "PUT", "DELETE", "PATCH") // ν—ˆμš©ν•  HTTP method
2121
.allowCredentials(true); // μΏ ν‚€ 인증 μš”μ²­ ν—ˆμš©

0 commit comments

Comments
Β (0)