Skip to content

Commit

Permalink
chore: CORS 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kimday0326 committed Mar 31, 2024
1 parent b216964 commit 168bfe6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ private String[] getAllowOrigins() {
"http://localhost:5173",
"https://localhost:5173",
"https://api.tikitaza.com",
"https://tikitaza.vercel.app",
"https://www.tikitaza.com"
"https://tikitaza.com"
).toArray(String[]::new);
}
}

0 comments on commit 168bfe6

Please sign in to comment.