diff --git a/backend/main.py b/backend/main.py index 5d24631..1aa0b1b 100644 --- a/backend/main.py +++ b/backend/main.py @@ -106,6 +106,10 @@ def videos_proxy(): def index(): return send_from_directory(app.static_folder, 'index.html') +@app.route('/favicon.ico') +def favicon(): + return send_from_directory(app.static_folder, 'favicon.ico') + @app.route('/api/stream', methods=['POST', 'GET', 'HEAD']) def stream_video(): # Note: