generated from hjess/PythonTemplateProject
Lets see what lighthouse says
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 35s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 35s
This commit is contained in:
@@ -56,7 +56,7 @@ class Application:
|
||||
"""Mount static file directories with caching."""
|
||||
self.app.mount("/data", CustomStaticFiles(directory="data"), name="data")
|
||||
self.app.mount("/static", CustomStaticFiles(directory="static"), name="static")
|
||||
self.app.mount("/images", CustomStaticFiles(directory="static/images"), name="img")
|
||||
self.app.mount("/img", CustomStaticFiles(directory="static/images"), name="img")
|
||||
|
||||
def _include_routers(self):
|
||||
"""Include all route controllers."""
|
||||
|
||||
Reference in New Issue
Block a user