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