Skip to content

Commit

Permalink
fix: gongnomok.site CORS 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sapiensXXV committed Feb 24, 2024
1 parent 08a66a1 commit 4abedf6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ public void addCorsMappings(CorsRegistry registry) {
"http://localhost:4173",
"http://localhost:8080",
"http://34.64.91.129",
"http://34.64.91.129:80"
"http://34.64.91.129:80",
"http://gongnomok.site",
"http://www.gongnomok.site"
)
.allowCredentials(true)
.maxAge(3000);
Expand Down

0 comments on commit 4abedf6

Please sign in to comment.