fix wrong url response

This commit is contained in:
Matthias Mair 2024-01-07 22:52:30 +01:00
parent fd74f8d703
commit 473e75eda2
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

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():