mirror of https://github.com/morpheus65535/bazarr
Add a route when trailing slash is not added after base_url
This commit is contained in:
parent
73b81dd558
commit
2165af8bd3
|
@ -470,6 +470,7 @@ def image_proxy_movies(url):
|
|||
|
||||
|
||||
@route(base_url)
|
||||
@route(base_url.rstrip('/'))
|
||||
@custom_auth_basic(check_credentials)
|
||||
def redirect_root():
|
||||
authorize()
|
||||
|
|
Loading…
Reference in New Issue