From f363258ec1cce5385a56a22e2ac69e7dcec65d4f Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 22 Jan 2023 21:43:58 +0100 Subject: add links to static content Signed-off-by: Olivier Gayot --- app.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app.py') diff --git a/app.py b/app.py index 5c9b62f..1c3a373 100644 --- a/app.py +++ b/app.py @@ -140,3 +140,7 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH): base_url="https://autopkgtest.ubuntu.com/", static_url="/static", ) + +@app.route("/favicon.ico") +def index_favicon(): + return "", 404 -- cgit v1.2.3