Skip to content

Commit

Permalink
♻️ Refactor: SecurityConfig에 endpoint 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed May 27, 2024
1 parent fc09c40 commit d005a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public WebSecurityCustomizer webSecurityCustomizer() {
"/api/members/password/update", "/api/members/phone/auth", "/api/members/phone/auth/**",
"/api/item/today", "/api/item/topsale",
"/api/item/main", "/api/item/{itemId}/related", "/api/order/api/nologin/order",
"/api/setItemData", "/api/search/item"
"/api/setItemData", "/api/search/item", "api/item/{itemId}"
);
}

Expand Down

0 comments on commit d005a05

Please sign in to comment.