pull/26/head
Louis Vézina 7 years ago
parent 4599811f81
commit c1fccc1d1f

@ -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…
Cancel
Save