Skip to content

Commit

Permalink
chore: add all 'servers' in openapi schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Oct 27, 2024
1 parent 0f31534 commit 3f5c9c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"url": "https://api.innohassle.ru/events/v0",
"description": "Production environment",
},
{
"url": "https://api.innohassle.ru/events/staging-v0",
"description": "Staging environment",
},
],
root_path=settings.app_root_path,
root_path_in_servers=False,
Expand Down

0 comments on commit 3f5c9c9

Please sign in to comment.