Skip to content

Commit

Permalink
Refactor: uri modify
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtndl committed Nov 5, 2024
1 parent eedc2ce commit 280f680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class SecurityConfig(
http.addFilterBefore(JWTFilter(jwtUtil), LoginFilter::class.java)

val loginFilter = LoginFilter(authenticationManager(), jwtUtil, refreshRepository)
loginFilter.setFilterProcessesUrl("/api/member/login")
loginFilter.setFilterProcessesUrl("/api/v1/member/login")
http.addFilterAt(loginFilter, UsernamePasswordAuthenticationFilter::class.java)

http.addFilterBefore(CustomLogoutFilter(jwtUtil, refreshRepository), LogoutFilter::class.java)
Expand Down

0 comments on commit 280f680

Please sign in to comment.