Skip to content

Commit

Permalink
webconfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Jan 12, 2024
1 parent 7acbc42 commit 2d2aa21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://localhost:8080")
.allowedOrigins("http://localhost:3000")
.allowedOrigins("http://13.124.240.142:8080")
.allowedMethods("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "MESSAGE")
.allowedHeaders("*")
.allowCredentials(true);
Expand Down

0 comments on commit 2d2aa21

Please sign in to comment.