This commit is contained in:
parent
9104bf6f8d
commit
076402c73d
@ -21,6 +21,10 @@ def static(path):
|
||||
def manifest():
|
||||
return send_from_directory("static", "manifest.json")
|
||||
|
||||
@bp.route("/favicon.ico")
|
||||
def favocion():
|
||||
return send_from_directory("static", "favicon.ico")
|
||||
|
||||
|
||||
@bp.route("/", methods=["GET"])
|
||||
def main_entry():
|
||||
|
BIN
vreader/static/favicon.ico
Normal file
BIN
vreader/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user