Skip to content

Commit

Permalink
Merge pull request #28 from 22caps/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
GiHoo authored Apr 10, 2024
2 parents 452e620 + 8e1caef commit 418aace
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
.authorizeHttpRequests(authorize -> authorize
.requestMatchers("/api/v1/auth/sign-up").permitAll() // 회원가입
.requestMatchers("/api/v1/auth/sign-in").permitAll() // 로그인
.requestMatchers("/", "/swagger-ui/**", "/api-docs/**").permitAll() // swagger-ui
.anyRequest().permitAll())

// JWT 권한 필터 적용
Expand Down

0 comments on commit 418aace

Please sign in to comment.