chore(swagger): 불필요한 서버 URL 정리
내부 IP 및 MDA 프록시 주소를 Swagger 서버 목록에서 제거 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
bab659ff12
커밋
1617f4f359
@ -67,21 +67,12 @@ public class SwaggerConfig {
|
||||
new Server()
|
||||
.url("http://localhost:" + serverPort + contextPath)
|
||||
.description("로컬 개발 서버"),
|
||||
new Server()
|
||||
.url("http://10.26.252.39:" + serverPort + contextPath)
|
||||
.description("로컬 개발 서버"),
|
||||
new Server()
|
||||
.url("http://211.208.115.83:" + serverPort + contextPath)
|
||||
.description("중계 서버"),
|
||||
new Server()
|
||||
.url("https://guide.gc-si.dev" + contextPath)
|
||||
.description("중계 서버 도메인"),
|
||||
new Server()
|
||||
.url("http://10.187.58.58:" + serverPort + contextPath)
|
||||
.description("운영 서버"),
|
||||
new Server()
|
||||
.url("https://mda.kcg.go.kr" + contextPath)
|
||||
.description("운영 서버 프록시")
|
||||
.description("GC 도메인")
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user