diff options
| author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-01-22 21:36:54 +0100 | 
|---|---|---|
| committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-01-22 21:36:54 +0100 | 
| commit | c2f521115f8b48abe44bac22221f34805d52b60b (patch) | |
| tree | e899019bae45e71381c49190aeb3a888b367dac2 | |
| parent | 31a7936560cf06acd92e09b51b535fea0d377adb (diff) | |
avoid routing static content through the launchpad functions
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
| -rw-r--r-- | app.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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",                                   ) | 
