Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apis/userprofile/config/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions apis/userprofile/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down