Skip to content

Commit fa260b5

Browse files
committed
feat: frontend cors 주소 수정
1 parent d342372 commit fa260b5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/econo_4factorial/newproject/common/config

1 file changed

+1
-1
lines changed

src/main/java/com/econo_4factorial/newproject/common/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void addCorsMappings(CorsRegistry registry) {
2222
.allowedOriginPatterns(
2323
"https://localhost:3000", // local
2424
"http://localhost:3000",
25-
"https://soop.euichan.com", // Frontend
25+
"https://econo.soop.euichan.com", // Frontend
2626
"https://api.econo.soop.euichan.com" // Backend
2727
)
2828
.allowedMethods("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS")

0 commit comments

Comments
 (0)