api path 추가수정
This commit is contained in:
parent
2cd1ba76f5
commit
ebd7ae12b6
@ -48,7 +48,7 @@ public class OpenApiConfig {
|
|||||||
.url("https://api.kt-event-marketing.com/distribution/v1")
|
.url("https://api.kt-event-marketing.com/distribution/v1")
|
||||||
.description("Production Server"),
|
.description("Production Server"),
|
||||||
new Server()
|
new Server()
|
||||||
.url("http://kt-event-marketing-api.20.214.196.128.nip.io/api/v1")
|
.url("http://kt-event-marketing-api.20.214.196.128.nip.io/api/v1/distribution")
|
||||||
.description("VM Development Server")
|
.description("VM Development Server")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user