From 9baee5f3de2aa1bd300b0abea22c95c1212412cd Mon Sep 17 00:00:00 2001 From: David Tesar Date: Thu, 25 Oct 2018 09:59:55 +1100 Subject: [PATCH] Fix https, host url --- apis/userprofile/config/swagger.json | 3 +-- apis/userprofile/swagger/swagger.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apis/userprofile/config/swagger.json b/apis/userprofile/config/swagger.json index acd810995..f13dc9b8d 100644 --- a/apis/userprofile/config/swagger.json +++ b/apis/userprofile/config/swagger.json @@ -5,10 +5,9 @@ "version": "0.1.0", "title": "My Driving User Profile API" }, - "host": "myazurek8slbname.cloudapp.net", "basePath": "/api", "schemes": [ - "https" + "http" ], "consumes": [ "application/json" diff --git a/apis/userprofile/swagger/swagger.yaml b/apis/userprofile/swagger/swagger.yaml index 69c485853..5c5a986ec 100644 --- a/apis/userprofile/swagger/swagger.yaml +++ b/apis/userprofile/swagger/swagger.yaml @@ -4,10 +4,9 @@ info: description: "API for the user profile in the My Driving example app. https://github.com/Azure-Samples/openhack-devops-team" version: "0.1.0" title: "My Driving User Profile API" -host: "myazurek8slbname.cloudapp.net" basePath: "/api" schemes: -- "https" +- "http" consumes: - "application/json" produces: