mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 00:03:33 +00:00
Test
This commit is contained in:
parent
4599811f81
commit
c1fccc1d1f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ configure_logging()
|
|||
|
||||
@route(base_url + '/static/:path#.+#', name='static')
|
||||
def static(path):
|
||||
return static_file(path, root='static')
|
||||
return static_file(path, root=os.path.join(os.path.dirname(__file__), 'static'))
|
||||
|
||||
@route(base_url + '/image_proxy/<url:path>', method='GET')
|
||||
def image_proxy(url):
|
||||
|
|
Loading…
Reference in a new issue