Skip to content

Commit

Permalink
🔨 Fix: cors 허용 url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoBN committed Jan 30, 2024
1 parent cd063c1 commit fe93198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/cmc/peerna/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public void addCorsMappings(CorsRegistry registry) {
"https://www.peerna.me",
"https://peerna.me",
"http://localhost:5173",
"https://localhost:5173"
"https://localhost:5173",
"https://ngrok-free.app"


)
Expand Down

0 comments on commit fe93198

Please sign in to comment.