FIX: add multiple servers

This commit is contained in:
Gabriel Rosa
2023-02-15 13:14:53 -03:00
parent 6a14c2b459
commit 87882b5afc
2 changed files with 23 additions and 19 deletions
+14 -1
View File
@@ -1669,7 +1669,20 @@
"contact": {}
},
"tags": [],
"servers": [],
"servers": [
{
"url": "https://maestro.stg.dadosfera.ai",
"description": "Ambiente STG"
},
{
"url": "https://maestro-2.stg.dadosfera.ai",
"description": "Ambiente STG2"
},
{
"url": "https://maestro.dadosfera.ai",
"description": "Ambiente PRD"
}
],
"components": {
"securitySchemes": {
"access-token": {