This commit is contained in:
Aevann1 2021-08-19 07:14:52 +02:00
parent 44808cec5c
commit 8f62931975
75 changed files with 259 additions and 250 deletions

View file

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