Skip to content

Commit

Permalink
fix: 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 17, 2024
1 parent 91992cb commit 514f9f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ CorsConfigurationSource corsConfigurationSource() {
configuration.setAllowedOrigins(Arrays.asList(
"http://localhost:8080",
"http://localhost:3000",
"http://https://api.mapletest.kro.kr",
"http://api.mapletest.kro.kr",
"http://mapletest.kro.kr",
"https://https://api.mapletest.kro.kr",
"https://api.mapletest.kro.kr",
"https://mapletest.kro.kr"));
configuration.setAllowedMethods(Arrays.asList("HEAD", "GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"));
configuration.setAllowCredentials(true);
Expand Down

0 comments on commit 514f9f6

Please sign in to comment.