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
@@ -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")