mirror of https://github.com/vernonkeenan/lib
parent
1fc267b3da
commit
003e584b55
|
@ -28,7 +28,7 @@ var Default = NewHTTPClient(nil)
|
||||||
const (
|
const (
|
||||||
// DefaultHost is the default Host
|
// DefaultHost is the default Host
|
||||||
// found in Meta (info) section of spec file
|
// found in Meta (info) section of spec file
|
||||||
DefaultHost string = "devops.infra.tnxs.net:8080"
|
DefaultHost string = "devops.vernonkeenan.com:8080"
|
||||||
// DefaultBasePath is the default BasePath
|
// DefaultBasePath is the default BasePath
|
||||||
// found in Meta (info) section of spec file
|
// found in Meta (info) section of spec file
|
||||||
DefaultBasePath string = "/v1"
|
DefaultBasePath string = "/v1"
|
||||||
|
|
|
@ -16,7 +16,7 @@ securityDefinitions:
|
||||||
schemes:
|
schemes:
|
||||||
- "http"
|
- "http"
|
||||||
basePath: "/v1"
|
basePath: "/v1"
|
||||||
host: "devops.infra.tnxs.net:8080"
|
host: "devops.vernonkeenan.com:8080"
|
||||||
consumes:
|
consumes:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
produces:
|
produces:
|
||||||
|
|
Loading…
Reference in New Issue