Skip to content

Commit

Permalink
fix: SecurityConfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seoshinehyo committed Dec 22, 2024
1 parent fde6485 commit 300800d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/dearnote/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

import java.util.Collections;

@Configuration
@EnableWebSecurity
//@Configuration
//@EnableWebSecurity
public class SecurityConfig {

private final CustomOAuth2UserService customOAuth2UserService;
Expand Down

0 comments on commit 300800d

Please sign in to comment.