From 2dec61ce882b4afe7cf69a5e7d407309666d6251 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 23 Dec 2019 21:22:09 -0500 Subject: [PATCH] Fix the host in the output file --- docs/manuals/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/swagger.json b/docs/manuals/swagger.json index 3891277c..e5a7c7df 100644 --- a/docs/manuals/swagger.json +++ b/docs/manuals/swagger.json @@ -902,7 +902,7 @@ "type": "object" } }, - "host": "http://pvc.local:7570", + "host": "pvc.local:7570", "info": { "title": "PVC Client and Provisioner API", "version": "1.0"