Skip to content

Commit

Permalink
feat [#214] CORS 허용 도메인 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1hyun committed Jan 24, 2025
1 parent 5c1b5c4 commit 88b6937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static CorsConfigurationSource corsConfigurationSource() {
allowedOriginPatterns.add("http://localhost:5173");
allowedOriginPatterns.add("http://localhost:5174");
allowedOriginPatterns.add("http://172.30.1.58:5173/");
allowedOriginPatterns.add("http://172.30.1.39:5173/");
allowedOriginPatterns.add("https://35-appjam-web-confeti.vercel.app/");
allowedOriginPatterns.add("https://confeti.co.kr");
allowedOriginPatterns.add("https://www.confeti.co.kr");
Expand Down

0 comments on commit 88b6937

Please sign in to comment.