Skip to content

Commit

Permalink
Chore: dev 코드에 allow origin 추가해라 - #36
Browse files Browse the repository at this point in the history
  • Loading branch information
zzammin committed Nov 26, 2024
1 parent 9039f8d commit 5d05ec3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public WebSecurityCustomizer webSecurityCustomizer() {
.requestMatchers(new AntPathRequestMatcher("/v3/api-docs/**"))
.requestMatchers(new AntPathRequestMatcher("/user/sign-up"))
.requestMatchers(new AntPathRequestMatcher("/api/healthCheck"))
.requestMatchers(new AntPathRequestMatcher("/user/login"))
.requestMatchers(new AntPathRequestMatcher("/test/login")));
.requestMatchers(new AntPathRequestMatcher("/user/login")));
}

@Bean
Expand Down

0 comments on commit 5d05ec3

Please sign in to comment.