fggf4
This commit is contained in:
parent
44808cec5c
commit
8f62931975
75 changed files with 259 additions and 250 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue