Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
forgot the /
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kaka committed Sep 17, 2023
1 parent 6a20da4 commit 25558cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def favicon():
def manifest():
return app.send_static_file('manifest.json')

@app.route("logo192.png")
@app.route("/logo192.png")
def logo192():
return app.send_static_file('logo192.png')

@app.route("logo512.png")
@app.route("/logo512.png")
def logo512():
return app.send_static_file('logo512.png')

Expand Down

0 comments on commit 25558cf

Please sign in to comment.