Skip to content

Commit

Permalink
chore: 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuuyeonho committed Feb 5, 2025
1 parent 5920ac8 commit c56e96d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public SecurityFilterChain filterChain(HttpSecurity http, JwtAuthenticationFilte
.requestMatchers("/auth/**").permitAll()
.requestMatchers("/signup").permitAll()

// 예약 관련된 건 일반 권한 필요
// 예약 관련된 건 일반 혹은 관리자 권한 필요
.requestMatchers("/reservation/**").hasAnyAuthority("일반", "관리자")

// 관리 기능은 관리자 권한 필요
Expand Down

0 comments on commit c56e96d

Please sign in to comment.