mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix wrong url response
This commit is contained in:
parent
fd74f8d703
commit
473e75eda2
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user