mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Fix favicon routing
This commit is contained in:
parent
c047abd8a4
commit
0420210076
@ -23,7 +23,7 @@ def index():
|
||||
return redirect(url_for('browser.index'))
|
||||
|
||||
|
||||
@blueprint.route('/favicon.ico')
|
||||
@blueprint.route('favicon.ico')
|
||||
def favicon():
|
||||
"""Redirect to the favicon"""
|
||||
return redirect(url_for('static', filename='favicon.ico'))
|
||||
|
Loading…
Reference in New Issue
Block a user