Skip to content

Commit

Permalink
feat: swagger 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
haen-su committed Oct 13, 2023
1 parent 1528938 commit d45cbee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/oven/server/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
info = @Info(title = "Oven 2023 API Document",
description = "2023 홍익대학교 컴퓨터공학과 졸업 프로젝트 Oven API 명세서",
version = "1.0.0"),
servers = {
@Server(url = "http://localhost:8080"),
@Server(url = "https://hs-ceos.shop")
}
servers = @Server(url = "/")
)
@Configuration
public class SwaggerConfig {
Expand Down

0 comments on commit d45cbee

Please sign in to comment.