mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
fix wrong url response
This commit is contained in:
@ -105,7 +105,7 @@ def inventreeDocUrl():
|
|||||||
|
|
||||||
def inventreeAppUrl():
|
def inventreeAppUrl():
|
||||||
"""Return URL for InvenTree app site."""
|
"""Return URL for InvenTree app site."""
|
||||||
return (f'{inventreeDocUrl()}/app/app',)
|
return f'{inventreeDocUrl()}/app/app'
|
||||||
|
|
||||||
|
|
||||||
def inventreeCreditsUrl():
|
def inventreeCreditsUrl():
|
||||||
|
Reference in New Issue
Block a user