Skip to content

Commit

Permalink
๐Ÿ› bug: SpringSecurityConfig ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Jun 5, 2024
1 parent db1f163 commit 5f4cfd5
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/item/{itemId}"
"/api/setItemData", "/api/search/item", "/api/item/{itemId}"
);
}

Expand Down

0 comments on commit 5f4cfd5

Please sign in to comment.