Skip to content

Commit

Permalink
Merge pull request #217 from cathaaaaand/dev
Browse files Browse the repository at this point in the history
fix: ํ•„ํ„ฐ ์ฒด์ธ ์ˆ˜์ •
  • Loading branch information
daeundada authored May 14, 2024
2 parents d45f26e + 6886587 commit de11812
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
.sessionManagement(session -> session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
.authorizeHttpRequests(auth -> auth
.requestMatchers("/api/schedulers/**").authenticated()
.requestMatchers("auth/api/comments/**").authenticated()
.anyRequest().permitAll())
.addFilterBefore(jwtAuthorizationFilter(), UsernamePasswordAuthenticationFilter.class);

Expand Down

0 comments on commit de11812

Please sign in to comment.