UI - favicon callback no longer needed

pull/1204/head
dgtlmoon 2022-12-07 12:14:36 +01:00
rodzic 3e333496c1
commit f7bb8a0afa
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -1009,10 +1009,6 @@ def changedetection_app(config=None, datastore_o=None):
return output
@app.route("/favicon.ico", methods=['GET'])
def favicon():
return send_from_directory("static/images", path="favicon.ico")
# We're good but backups are even better!
@app.route("/backup", methods=['GET'])
@login_required