sneed
This commit is contained in:
parent
3eabdeafb9
commit
3a43ea2b5b
46 changed files with 84 additions and 83 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue