diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-01-22 21:43:58 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-01-22 21:43:58 +0100 |
commit | f363258ec1cce5385a56a22e2ac69e7dcec65d4f (patch) | |
tree | f14aca4382b0a456bea2a6a94147f2a7479845df /app.py | |
parent | c2f521115f8b48abe44bac22221f34805d52b60b (diff) |
add links to static content
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |