Skip to content

Commit 22a56e6

Browse files
committed
Fix favicon location
1 parent 50f7357 commit 22a56e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graphspy/web/pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@bp.route("/favicon.ico")
1313
def favicon():
1414
return send_from_directory(
15-
os.path.join(bp.root_path, "web", "static"),
15+
os.path.join(bp.root_path, "static"),
1616
"favicon.ico",
1717
mimetype="image/vnd.microsoft.icon",
1818
)

0 commit comments

Comments
 (0)