mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
URL fix
This commit is contained in:
parent
d92173dc8e
commit
36f342f05e
@ -185,7 +185,7 @@ frontendpatterns = [
|
||||
|
||||
# Append custom plugin URLs (if plugin support is enabled)
|
||||
if settings.PLUGINS_ENABLED:
|
||||
frontendpatterns += get_plugin_urls()
|
||||
frontendpatterns.append(get_plugin_urls())
|
||||
|
||||
urlpatterns = [
|
||||
url('', include(frontendpatterns)),
|
||||
|
Loading…
Reference in New Issue
Block a user