mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 11:07:00 +01:00
Revert root redirection
This commit is contained in:
parent
4505711e4f
commit
4ba9514007
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ urlpatterns = [
|
|||
url(r"admin/", admin.site.urls),
|
||||
|
||||
# Redirect / to /admin
|
||||
url(r"^$", RedirectView.as_view(permanent=True, url="admin:index")),
|
||||
url(r"^$", RedirectView.as_view(permanent=True, url="/admin/")),
|
||||
|
||||
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue