/snp-asi url추가
This commit is contained in:
부모
2671d613f3
커밋
248e9c2c46
@ -42,10 +42,10 @@ public class SwaggerConfig {
|
|||||||
.url("http://10.26.252.39:" + serverPort)
|
.url("http://10.26.252.39:" + serverPort)
|
||||||
.description("로컬 개발 서버"),
|
.description("로컬 개발 서버"),
|
||||||
new Server()
|
new Server()
|
||||||
.url("http://211.208.115.83:" + serverPort)
|
.url("http://211.208.115.83:" + serverPort + "/snp-api")
|
||||||
.description("중계 서버"),
|
.description("중계 서버"),
|
||||||
new Server()
|
new Server()
|
||||||
.url("http://10.187.58.58:" + serverPort)
|
.url("http://10.187.58.58:" + serverPort + "/snp-api")
|
||||||
.description("운영 서버")
|
.description("운영 서버")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
@ -55,7 +55,7 @@ spring:
|
|||||||
|
|
||||||
# Server Configuration
|
# Server Configuration
|
||||||
server:
|
server:
|
||||||
port: 8041
|
port: 8081
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-api
|
||||||
|
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user