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

View File

@ -13,7 +13,7 @@ import org.springframework.security.web.SecurityFilterChain;
* 테스트를 위해 모든 엔드포인트를 인증 없이 접근 가능하도록 설정
*/
@Configuration
@EnableWebSecurity
//@EnableWebSecurity
public class SecurityConfig {
@Bean

View File

@ -16,7 +16,7 @@ public class SwaggerConfig {
@Bean
public OpenAPI openAPI() {
return new OpenAPI()
.addServersItem(new Server().url("/"))
// .addServersItem(new Server().url("/"))
.info(new Info()
.title("하이오더 회원 관리 서비스 API")
.description("회원 가입, 로그인, 취향 관리 등 회원 관련 기능을 제공하는 API")