Skip to content

Commit

Permalink
Merge pull request #52 from Cavdy/bg-swaggerui-using-localhost-165345814
Browse files Browse the repository at this point in the history
#165345814 heroku running swaggerui on localhost
  • Loading branch information
Cavdy committed Apr 15, 2019
2 parents 805a455 + 3b639dd commit 0f9080e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"version": "1.0.0",
"title": "Banka App"
},
"host": "localhost:5900",
"host": "bankaapp-api.herokuapp.com",
"basePath": "/api",
"schemes": [
"http"
"http",
"https"
],
"paths": {
"/auth/signup": {
Expand Down

0 comments on commit 0f9080e

Please sign in to comment.