/snp-asi url추가

This commit is contained in:
Kim JiMyeung 2025-12-05 10:17:08 +09:00
부모 2671d613f3
커밋 248e9c2c46
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -42,10 +42,10 @@ public class SwaggerConfig {
.url("http://10.26.252.39:" + serverPort)
.description("로컬 개발 서버"),
new Server()
.url("http://211.208.115.83:" + serverPort)
.url("http://211.208.115.83:" + serverPort + "/snp-api")
.description("중계 서버"),
new Server()
.url("http://10.187.58.58:" + serverPort)
.url("http://10.187.58.58:" + serverPort + "/snp-api")
.description("운영 서버")
));
}

파일 보기

@ -55,7 +55,7 @@ spring:
# Server Configuration
server:
port: 8041
port: 8081
servlet:
context-path: /snp-api