summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2023-01-22 21:43:58 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2023-01-22 21:43:58 +0100
commitf363258ec1cce5385a56a22e2ac69e7dcec65d4f (patch)
treef14aca4382b0a456bea2a6a94147f2a7479845df /app.py
parentc2f521115f8b48abe44bac22221f34805d52b60b (diff)
add links to static content
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'app.py')
-rw-r--r--app.py4
1 files changed, 4 insertions, 0 deletions
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