This commit is contained in:
Aevann1 2021-08-20 07:52:52 +02:00
parent 3eabdeafb9
commit 3a43ea2b5b
46 changed files with 84 additions and 83 deletions

View file

@ -98,7 +98,7 @@ def index():
@app.get("/assets/favicon.ico")
def favicon():
return send_file(f"./assets/images/{site_name}/favicon.png")
return send_file(f"./assets/images/{site_name}/favicon.gif")
@app.get("/api")
@auth_desired