Skip to content

Commit

Permalink
πŸš€ :: Api-v0.0.3-3
Browse files Browse the repository at this point in the history
πŸš€ :: Api-v0.0.3-3
  • Loading branch information
ImNM authored Jan 13, 2023
2 parents bf68193 + c223680 commit 2364e37
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedMethods("*")
.allowedOrigins("*")
.exposedHeaders("Set-Cookie")
.allowCredentials(true);
.exposedHeaders("Set-Cookie");
}
}

0 comments on commit 2364e37

Please sign in to comment.