Skip to content

Commit 7e7af1e

Browse files
authored
Merge pull request #77 from ChillCoders-CapstoneDesign/feature/notification
fix: 프론트엔드 배포 도메인 수정
2 parents 36e95b0 + 90f5922 commit 7e7af1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/project/submate/config/CorsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public void addCorsMappings(CorsRegistry registry) {
1616
registry.addMapping("/**")
1717
.allowedOrigins(
1818
"http://localhost:3000",
19-
"chill-coders-web-8cel.vercel.app"
19+
"https://chill-coders-web-8cel.vercel.app"
2020
)
2121
.allowedMethods("*")
2222
.allowedHeaders("*")

0 commit comments

Comments
 (0)