Skip to content

Commit

Permalink
fix: corsconfig url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Jul 15, 2024
1 parent 18f748e commit 38169d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static CorsConfigurationSource apiConfigurationSource() {
ArrayList<String> allowedOriginPatterns = new ArrayList<>();
allowedOriginPatterns.add("http://localhost:8080");
allowedOriginPatterns.add("http://localhost:3000");
allowedOriginPatterns.add("https://www.sponus.co.kr");

ArrayList<String> allowedHttpMethods = new ArrayList<>();
allowedHttpMethods.add("GET");
Expand Down

0 comments on commit 38169d0

Please sign in to comment.