Skip to content

Commit

Permalink
#352 Refactor: 불필요한 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
woogieon8on committed Jan 27, 2025
1 parent ae7beab commit b3f9337
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public BCryptPasswordEncoder bCryptPasswordEncoder() {
@Bean
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {

//csrf disable
http
.csrf(AbstractHttpConfigurer::disable);

Expand Down

0 comments on commit b3f9337

Please sign in to comment.