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', }, ],