Skip to content

Commit

Permalink
feat : 스웨거 서버 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oowtl committed Jan 21, 2025
1 parent 4f9a937 commit af9840d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
@OpenAPIDefinition(
servers = {
@Server(url = "http://localhost:8080", description = "로컬 서버"),
@Server(url = "https://api.flowssync.com", description = "개발 서버"),
@Server(url = "https://test.flowssync.com", description = "개발 서버"),
@Server(url = "https://api.flowssync.com", description = "운영 서버"),
})
@Configuration
public class SwaggerConfig {
Expand Down

0 comments on commit af9840d

Please sign in to comment.