diff --git a/src/api/app.py b/src/api/app.py index 1d29494..266510a 100644 --- a/src/api/app.py +++ b/src/api/app.py @@ -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,