Skip to content

Commit

Permalink
Merge pull request #178 from Team-MindWay/177-security-config-add-url
Browse files Browse the repository at this point in the history
빠진 endpoint 추가
  • Loading branch information
ta2ye0n authored Jun 5, 2024
2 parents a5ebb9e + 5863bc2 commit 5cbc6ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {

// user
.requestMatchers(HttpMethod.GET, "/api/v2/my").authenticated()
.requestMatchers(HttpMethod.GET, "/api/v2/my/book").authenticated()

// orders
.requestMatchers(HttpMethod.POST, "/api/v2/order").authenticated()
Expand Down

0 comments on commit 5cbc6ef

Please sign in to comment.