Skip to content

Commit

Permalink
chore: dev 도메인 변경 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Nov 21, 2024
1 parent 0363543 commit a3ea845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ CorsConfigurationSource corsConfigurationSource() {
"https://playground.sopt.org/",
"http://localhost:3000/",
"https://sopt-internal-dev.pages.dev/",
"https://crew.api.develop.sopt.org",
"https://crew.api.dev.sopt.org",
"https://crew.api.prod.sopt.org"
));
configuration.setAllowedMethods(Arrays.asList("GET", "POST", "PATCH", "DELETE", "PUT", "OPTIONS"));
Expand Down

0 comments on commit a3ea845

Please sign in to comment.