Skip to content

Commit

Permalink
feat : cors config 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Dec 6, 2023
1 parent dfbaff1 commit da3b29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void addCorsMappings(CorsRegistry registry) {
allowedOriginPatterns.add("http://54.180.57.46");
allowedOriginPatterns.add("http://192.168.0.18:5173");
allowedOriginPatterns.add("https://tifyfreinds.com");
allowedOriginPatterns.add("https://tify-client.vercel.app/login");
allowedOriginPatterns.add("https://tify-client.vercel.app");
/*
Todo: 도메인 나오면 추가예정
*/
Expand Down

0 comments on commit da3b29e

Please sign in to comment.