mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-29 00:12:58 +01:00
Add root URL redirect to migration home
This commit is contained in:
parent
af9d75dfcf
commit
770dc02833
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ urlpatterns = [
|
|||
path("accounts/", include("allauth.urls")),
|
||||
path("migration/", views.migration_home, name="migration_home"),
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue