Skip to content

Commit

Permalink
hotfix: preflight 요청 jwtFilter 제외 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 authored Jan 8, 2025
1 parent a225b68 commit 18f54f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class JwtAuthenticationFilter(
BASE_V3 + BABY + "/images" to HttpMethod.POST,
BASE_V3 + AuthApi.AUTH + "/login/**" to HttpMethod.POST,
BASE_V3 + UserApi.USER to HttpMethod.POST,
BASE_V3 + "/**" to HttpMethod.OPTIONS,
BASE_V3 + UserApi.USER + "/invitation" to HttpMethod.POST,
BASE_V3 + "/TEST/**" to HttpMethod.POST
)
Expand Down

0 comments on commit 18f54f8

Please sign in to comment.