Skip to content

Commit

Permalink
Fix : 시큐리티 디버그 옵션 제거
Browse files Browse the repository at this point in the history
- 시큐리티의 디버그 옵션을 제거
  • Loading branch information
bstaran committed Nov 13, 2023
1 parent 0b965b1 commit 9c2bccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import java.util.List;

@Configuration
@EnableWebSecurity(debug = true)
@EnableWebSecurity
@RequiredArgsConstructor
public class SecurityConfig {

Expand Down

0 comments on commit 9c2bccf

Please sign in to comment.