Skip to content

Commit

Permalink
fix : credential 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Dec 12, 2023
1 parent aa2c27f commit 1a05699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/co/kr/jurumarble/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public void addCorsMappings(final CorsRegistry registry) {
registry.addMapping("/**")
.allowedMethods(ALLOWED_METHOD_NAMES.split(","))
.allowedOrigins("http://localhost:3000","https://jurumarble-git-develop-chooz.vercel.app/","https://jurumarble.site","https://jurumarble.vercel.app/")
.allowCredentials(true)
.maxAge(3600);
}

Expand Down

0 comments on commit 1a05699

Please sign in to comment.