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:
@ -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():
|
||||
|
Reference in New Issue
Block a user