From ad2fc52ba1a4274841597bcf177ef76db0b0a34d Mon Sep 17 00:00:00 2001 From: esensar Date: Mon, 8 Oct 2018 22:40:25 +0200 Subject: [PATCH] Add other environments to swagger template --- app/swagger/template.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/swagger/template.yaml b/app/swagger/template.yaml index 70adee3..8d0e4ae 100644 --- a/app/swagger/template.yaml +++ b/app/swagger/template.yaml @@ -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: ""