summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2023-01-22 21:36:54 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2023-01-22 21:36:54 +0100
commitc2f521115f8b48abe44bac22221f34805d52b60b (patch)
treee899019bae45e71381c49190aeb3a888b367dac2
parent31a7936560cf06acd92e09b51b535fea0d377adb (diff)
avoid routing static content through the launchpad functions
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r--app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.py b/app.py
index be46b91..5c9b62f 100644
--- a/app.py
+++ b/app.py
@@ -138,4 +138,5 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH):
package_results=package_results,
title_suffix=f"{LPUSER} {PPA} {PACKAGE}",
base_url="https://autopkgtest.ubuntu.com/",
+ static_url="/static",
)