Fix favicon routing
parent
c047abd8a4
commit
0420210076
|
@ -23,7 +23,7 @@ def index():
|
||||||
return redirect(url_for('browser.index'))
|
return redirect(url_for('browser.index'))
|
||||||
|
|
||||||
|
|
||||||
@blueprint.route('/favicon.ico')
|
@blueprint.route('favicon.ico')
|
||||||
def favicon():
|
def favicon():
|
||||||
"""Redirect to the favicon"""
|
"""Redirect to the favicon"""
|
||||||
return redirect(url_for('static', filename='favicon.ico'))
|
return redirect(url_for('static', filename='favicon.ico'))
|
||||||
|
|
Loading…
Reference in New Issue