From 3f5c9c973252e2456222b83fe2ea391455a432b3 Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Sun, 27 Oct 2024 20:27:08 +0300 Subject: [PATCH] chore: add all 'servers' in openapi schema --- src/api/app.py | 4 ++++ 1 file changed, 4 insertions(+) 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,