2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

fix wrong url response

This commit is contained in:
Matthias Mair
2024-01-07 22:52:30 +01:00
parent fd74f8d703
commit 473e75eda2

View File

@ -105,7 +105,7 @@ def inventreeDocUrl():
def inventreeAppUrl():
"""Return URL for InvenTree app site."""
return (f'{inventreeDocUrl()}/app/app',)
return f'{inventreeDocUrl()}/app/app'
def inventreeCreditsUrl():