Skip to content

Commit

Permalink
[CHORE] 클라이언트 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jul 31, 2024
1 parent b29f42c commit ce85328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private UrlBasedCorsConfigurationSource setUrlBasedCorsConfigurationSource() {
private CorsConfiguration setCorsConfiguration() {
val config = new CorsConfiguration();
config.setAllowCredentials(true);
config.addAllowedOrigin(("https://tiki-client.vercel.app"));
config.addAllowedOrigin(("https://ti-kii.com"));
config.addAllowedOrigin("http://localhost:5173");
config.addAllowedOrigin("https://www.tiki-sopt.p-e.kr");
config.addAllowedHeader("*");
Expand Down

0 comments on commit ce85328

Please sign in to comment.