diff --git a/api/devops/devops_client/devops_client.go b/api/devops/devops_client/devops_client.go index 29a77ea..16f3d34 100644 --- a/api/devops/devops_client/devops_client.go +++ b/api/devops/devops_client/devops_client.go @@ -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" diff --git a/swagger/devops-kvision.yaml b/swagger/devops-kvision.yaml index 6c8708e..47488f1 100644 --- a/swagger/devops-kvision.yaml +++ b/swagger/devops-kvision.yaml @@ -16,7 +16,7 @@ securityDefinitions: schemes: - "http" basePath: "/v1" -host: "devops.infra.tnxs.net:8080" +host: "devops.vernonkeenan.com:8080" consumes: - "application/json" produces: