Skip to content

Commit 69046a1

Browse files
committed
fix:share 인증 해제
1 parent 12a76d5 commit 69046a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
7171
.requestMatchers(POST, "/user/auth/refresh").permitAll()
7272
.requestMatchers(POST, "/cocktails/search").permitAll()
7373

74-
// share은 인증 필요
75-
.requestMatchers(GET, "/cocktails/{id}/share").authenticated()
76-
7774
// 권한 불필요 - 조회 API
7875
.requestMatchers(GET, "/").permitAll()
7976
.requestMatchers(GET, "/actuator/**").permitAll()

0 commit comments

Comments
 (0)