Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 8886841

Browse files
David Tesarrguthriemsft
authored andcommitted
Fix https, host url (#99)
1 parent 0be4126 commit 8886841

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

apis/userprofile/config/swagger.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"version": "0.1.0",
66
"title": "My Driving User Profile API"
77
},
8-
"host": "myazurek8slbname.cloudapp.net",
98
"basePath": "/api",
109
"schemes": [
11-
"https"
10+
"http"
1211
],
1312
"consumes": [
1413
"application/json"

apis/userprofile/swagger/swagger.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ info:
44
description: "API for the user profile in the My Driving example app. https://github.com/Azure-Samples/openhack-devops-team"
55
version: "0.1.0"
66
title: "My Driving User Profile API"
7-
host: "myazurek8slbname.cloudapp.net"
87
basePath: "/api"
98
schemes:
10-
- "https"
9+
- "http"
1110
consumes:
1211
- "application/json"
1312
produces:

0 commit comments

Comments
 (0)