fix devops host

v0.0.10 v0.0.10
Vernon Keenan 2021-08-16 10:36:44 -07:00
parent 1fc267b3da
commit 003e584b55
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -16,7 +16,7 @@ securityDefinitions:
schemes:
- "http"
basePath: "/v1"
host: "devops.infra.tnxs.net:8080"
host: "devops.vernonkeenan.com:8080"
consumes:
- "application/json"
produces: