Skip to content

Commit

Permalink
Update SecurityConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
20210815 authored Dec 3, 2024
1 parent d2e7e77 commit 0a1c5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.requestMatchers(
"/login", "/error", "/register", "/kakao/login", "/reissue",
"/swagger-ui/**", "/swagger-resources/**", "/v3/api-docs/**"
, "/kakao-code", "/test", "/chat/**", "/certificates/extract", "/test/",
, "/kakao-code", "/test", "/chat/**", "/certificates/extract", "/test/"
).permitAll()
.anyRequest().authenticated());

Expand Down

0 comments on commit 0a1c5b6

Please sign in to comment.