Skip to content

Commit

Permalink
Merge branch 'main' into Arzangulyan-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arzangulyan committed Jul 13, 2024
2 parents 0f9fb49 + a7995eb commit 5d5cc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_service/routes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
),
version=__version__,
# Настраиваем интернет документацию
root_path=settings.ROOT_PATH if __version__ != 'dev' else '/',
root_path=settings.ROOT_PATH if __version__ != 'dev' else '',
docs_url=None if __version__ != 'dev' else '/docs',
redoc_url=None,
)
Expand Down

0 comments on commit 5d5cc35

Please sign in to comment.