From caf0fa3be91c5bba7be1afe160828e09c1f3be87 Mon Sep 17 00:00:00 2001 From: Miwory Date: Fri, 26 Sep 2025 12:38:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B4=20=D1=8E=D1=80=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/routers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/routers/__init__.py b/src/core/routers/__init__.py index 2827c86..efce2cd 100644 --- a/src/core/routers/__init__.py +++ b/src/core/routers/__init__.py @@ -22,7 +22,7 @@ def get_openapi_schema(router: APIRouter): 'description': 'Development environment', }, { - 'url': 'https://med-assistant-api.tatar.ru/', + 'url': 'https://med-assistant.tatar.ru/api/', 'description': 'Production environment', }, ],