We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ebb9e + 5863bc2 commit 5cbc6efCopy full SHA for 5cbc6ef
src/main/java/com/mindway/server/v2/global/security/config/SecurityConfig.java
@@ -56,6 +56,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
56
57
// user
58
.requestMatchers(HttpMethod.GET, "/api/v2/my").authenticated()
59
+ .requestMatchers(HttpMethod.GET, "/api/v2/my/book").authenticated()
60
61
// orders
62
.requestMatchers(HttpMethod.POST, "/api/v2/order").authenticated()
0 commit comments