Skip to content

Commit

Permalink
Update WebConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
royroyee authored Sep 25, 2023
1 parent b447f45 commit 54b71d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/bibum_server/global/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry){
registry.addMapping("/**")
.allowedOrigins("http://localhost:8080", "http://43.201.167.198:8080",
"http://43.201.167.198",
.allowedOrigins("http://localhost:8080",
"http://todays-menu.kr,
"http://localhost:3000",
"https://localhost:3000",
"https://todays-menu-front.vercel.app",
Expand Down

0 comments on commit 54b71d1

Please sign in to comment.