mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 19:20:55 +00:00
@ -183,7 +183,7 @@ if settings.FRONTEND_SETTINGS.get('url_compatibility'):
|
|||||||
urlpatterns += [
|
urlpatterns += [
|
||||||
re_path(
|
re_path(
|
||||||
r'^.*$',
|
r'^.*$',
|
||||||
RedirectView.as_view(url=settings.FRONTEND_URL_BASE, permanent=False),
|
RedirectView.as_view(url=f'/{settings.FRONTEND_URL_BASE}', permanent=False),
|
||||||
name='index',
|
name='index',
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user