Skip to content

Commit 4fd4b72

Browse files
authored
[BACKEND] 도메인 오타 수정 (#56)
1 parent 477ef93 commit 4fd4b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/cmg/comtogether/common/config/CorsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public CorsConfigurationSource corsConfigurationSource() {
1515
CorsConfiguration configuration = new CorsConfiguration();
1616
configuration.setAllowedOrigins(Arrays.asList(
1717
"http://localhost:3000",
18-
"https://com-togerther.vercel.app",
18+
"https://com-together.vercel.app",
1919
"https://com-together.org"
2020
)); // 프론트 도메인
2121
configuration.addAllowedMethod("*"); // 모든 HTTP 메서드 허용

0 commit comments

Comments
 (0)