Skip to content

Commit

Permalink
[chore] : swagger serverlist 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Dec 17, 2024
1 parent cf2f4fe commit e8de595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: 개발 서버 자동 배포
on:
push:
branches: ["dev"]
pull_request:
branches: [ "main", "dev" ]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: 운영 서버 자동 배포
on:
push:
branches: ["prod"]
pull_request:
branches: [ "main", "dev" ]

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
info = @Info(
title = "GongmuIn API",
description = "공무인 API 명세서",
version = "v.1.0"),
servers = {
@Server(url = "https://gongmuin.site", description = "개발 서버"),
@Server(url = "https://gongmuin.shop", description = "운영 서버"),
@Server(url = "http://localhost:8080", description = "Local Host URL")
}
version = "v.1.0")
)
@Configuration
public class SwaggerConfig {
Expand Down

0 comments on commit e8de595

Please sign in to comment.