Lets see what lighthouse says
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s

This commit is contained in:
2024-12-22 00:04:56 +01:00
parent e392b43123
commit 42f765366d
6 changed files with 11 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ class Application:
self.app.mount("/data", CustomStaticFiles(directory="data"), name="data")
self.app.mount("/static", CustomStaticFiles(directory="static"), name="static")
self.app.mount("/img", CustomStaticFiles(directory="static/images"), name="img")
self.app.mount( "/js", CustomStaticFiles( directory = "static/js" ), name = "js" )
def _include_routers(self):
"""Include all route controllers."""