We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08c06a commit 74797aeCopy full SHA for 74797ae
2 files changed
requirements.txt
@@ -1,6 +1,6 @@
1
alembic
2
auth-lib-profcomff[fastapi]
3
-fastapi==0.108.0
+fastapi
4
fastapi-sqlalchemy
5
gunicorn
6
logging-profcomff
userdata_api/routes/base.py
@@ -17,7 +17,7 @@
17
description='Серверная часть сервиса хранения и управления информации о пользователе',
18
version=__version__,
19
# Отключаем нелокальную документацию
20
- root_path=settings.ROOT_PATH if __version__ != 'dev' else '/',
+ root_path=settings.ROOT_PATH if __version__ != 'dev' else '',
21
docs_url=None if __version__ != 'dev' else '/docs',
22
redoc_url=None,
23
)
0 commit comments