Skip to content

Commit

Permalink
refactor : api 주소 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
1000kkannoo committed Aug 25, 2023
1 parent f59205d commit 752326f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.requestMatchers(
"/api/v1/version", "/auth","/auth/admin",
"/auth/signin", "/docs/*",
"/lectures","/lectures/scope",
"/lectures","/lectures/scope","/lectures/scope/reviews","/lectures/scope/lectures",
"/review/recent","/review/keyword"
)
.permitAll()
Expand Down

0 comments on commit 752326f

Please sign in to comment.