Skip to content

Commit 12f7b22

Browse files
committed
디버깅 모드 켜기
1 parent 0e68b1a commit 12f7b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/java/_team/onmyway/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.springframework.security.web.SecurityFilterChain;
1818
import org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;
1919

20-
@EnableWebSecurity(debug = true)
20+
@EnableWebSecurity
2121
@Configuration
2222
@RequiredArgsConstructor
2323
public class SecurityConfig {

0 commit comments

Comments
 (0)