Skip to content

Commit 5cbc6ef

Browse files
authored
Merge pull request #178 from Team-MindWay/177-security-config-add-url
빠진 endpoint 추가
2 parents a5ebb9e + 5863bc2 commit 5cbc6ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/mindway/server/v2/global/security/config/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
5656

5757
// user
5858
.requestMatchers(HttpMethod.GET, "/api/v2/my").authenticated()
59+
.requestMatchers(HttpMethod.GET, "/api/v2/my/book").authenticated()
5960

6061
// orders
6162
.requestMatchers(HttpMethod.POST, "/api/v2/order").authenticated()

0 commit comments

Comments
 (0)