Skip to content

Commit ec1ed1d

Browse files
committed
fix:bug
1 parent 024f3a4 commit ec1ed1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/back/global/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
7575
.requestMatchers(GET, "/cocktails").permitAll()
7676
.requestMatchers(GET, "/cocktails/{id}").permitAll()
7777
.requestMatchers(POST, "/cocktails/search").permitAll()
78+
.requestMatchers(GET, "/cocktails/{id}/share").permitAll()
7879

7980
// 권한 불필요 - 조회 API
8081
.requestMatchers(GET, "/").permitAll()

0 commit comments

Comments
 (0)