mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Adds an extra redirect.
This commit is contained in:
parent
8a20258ad5
commit
aa74d5a9fd
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ urlpatterns = [
|
|||
|
||||
# Add proxy apps
|
||||
path('proxy/', include('apps.proxy.urls')),
|
||||
path('proxy', RedirectView.as_view(url='/proxy/', permanent=True)),
|
||||
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue