generated from hjess/PythonTemplateProject
Lets see what lighthouse says
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user