Fix : 수정

This commit is contained in:
lsh9672
2025-06-13 02:00:47 +09:00
parent 7e777a91c8
commit 08ac992234
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ import org.springframework.security.web.SecurityFilterChain;
* 테스트를 위해 모든 엔드포인트를 인증 없이 접근 가능하도록 설정
*/
@Configuration
@EnableWebSecurity
//@EnableWebSecurity
public class SecurityConfig {
@Bean