Skip to content

Commit

Permalink
Fix: ngrok static domain, CORS 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Aug 6, 2024
1 parent 360bd44 commit 46c05a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ private String[] getAllowOrigins() {
"http://localhost:3000",
"https://localhost:3000",
"https://dev.suppin.store",
"https://api.suppin.store",
"https://suppin.store",
"http://192.168.0.100:3000" // 모바일 디바이스의 IP 주소
"http://192.168.200.120:3000", // 테스트 디바이스 IP 허용
"https://coherent-midge-probably.ngrok-free.app"
).toArray(String[]::new);
}
}

0 comments on commit 46c05a4

Please sign in to comment.