Merged in develop (pull request #6)
Add other environments to swagger template
This commit is contained in:
commit
405c6c6e3a
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
servers:
|
||||
- url: https://final-iot-backend.herokuapp.com/
|
||||
description: Heroku deployed app for testing
|
||||
description: Heroku deployed app for production usage
|
||||
- url: https://final-iot-backend-staging.herokuapp.com/
|
||||
description: Heroku staging app for pre-release testing
|
||||
- url: https://final-iot-backend-test.herokuapp.com/
|
||||
description: Heroku test app
|
||||
|
||||
basePath: ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue