mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-24 22:39:02 -06:00
Add root URL redirect to migration home
This commit is contained in:
@@ -11,6 +11,8 @@ urlpatterns = [
|
|||||||
path("accounts/", include("allauth.urls")),
|
path("accounts/", include("allauth.urls")),
|
||||||
path("migration/", views.migration_home, name="migration_home"),
|
path("migration/", views.migration_home, name="migration_home"),
|
||||||
path("migration/transform/stream", views.transform_stream, name="transform_stream"),
|
path("migration/transform/stream", views.transform_stream, name="transform_stream"),
|
||||||
|
# redirect root to migration home
|
||||||
|
path("", views.migration_home, name="migration_home"),
|
||||||
]
|
]
|
||||||
|
|
||||||
if settings.DEBUG:
|
if settings.DEBUG:
|
||||||
|
|||||||
Reference in New Issue
Block a user