We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49c3a8 commit e894bf8Copy full SHA for e894bf8
1 file changed
calendar_backend/routes/base.py
@@ -53,7 +53,7 @@
53
),
54
version=__version__,
55
# Настраиваем интернет документацию
56
- root_path=settings.ROOT_PATH if __version__ != 'dev' else '/',
+ root_path=settings.ROOT_PATH if __version__ != 'dev' else '',
57
docs_url=None if __version__ != 'dev' else '/docs',
58
redoc_url=None,
59
)
0 commit comments