From 003e584b55dbf3c4d570f55ce702417e16e4e27c Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Mon, 16 Aug 2021 10:36:44 -0700 Subject: [PATCH] fix devops host --- api/devops/devops_client/devops_client.go | 2 +- swagger/devops-kvision.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: