Skip to content

Commit

Permalink
[fix] : Update CorsConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo authored May 8, 2024
1 parent a3ece93 commit 1d526e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public void addCorsMappings(CorsRegistry corsRegistry) {

corsRegistry.addMapping("/**")
.exposedHeaders("Set-Cookie")
.allowedOrigins("http://localhost:3000");
.allowedOrigins("http://localhost:5173");
}
}

0 comments on commit 1d526e1

Please sign in to comment.