Skip to content

Commit

Permalink
feat: 클라 qa용 url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan531 committed Jan 14, 2025
1 parent e8194e5 commit 47fcf19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ private CorsConfiguration setCorsConfiguration() {
config.addAllowedOrigin(("https://ti-kii.com"));
config.addAllowedOrigin("http://localhost:5173");
config.addAllowedOrigin("https://www.tiki-sopt.p-e.kr");
config.addAllowedOrigin("https://tiki-client.vercel.app");
config.addAllowedHeader("*");
config.setAllowedMethods(List.of("HEAD", "GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"));
return config;
Expand Down

0 comments on commit 47fcf19

Please sign in to comment.