Skip to content

Commit

Permalink
Merge pull request #174 from KUSITMS-29th-TEAM-B/fix/flight-172
Browse files Browse the repository at this point in the history
fix : 토큰 재발급 API HttpMethod 수정(#172)
  • Loading branch information
isprogrammingfun authored Jun 4, 2024
2 parents 7bab873 + 562be15 commit ccacc98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class JwtAuthenticationFilter(
"/favicon.ico" to HttpMethod.GET,
AuthApi.BASE_URL.plus("/login/**") to HttpMethod.POST,
UserApi.REGISTER to HttpMethod.POST,
AuthApi.REISSUE to HttpMethod.PUT
AuthApi.REISSUE to HttpMethod.PATCH
)
}

Expand Down

0 comments on commit ccacc98

Please sign in to comment.