Skip to content

Commit

Permalink
Chore: CORS origin 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Aug 15, 2024
1 parent a49819c commit 613e5b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ private String[] getAllowOrigins() {
"https://api.suppin.store",
"https://suppin.store",
"http://192.168.200.120:3000", // 테스트 디바이스 IP 허용
"https://coherent-midge-probably.ngrok-free.app"
"https://coherent-midge-probably.ngrok-free.app",
"https://suppin-servey.vercel.app/"
).toArray(String[]::new);
}
}

0 comments on commit 613e5b4

Please sign in to comment.