fix logging

This commit is contained in:
2024-01-11 21:01:51 -05:00
parent fc3f0900b3
commit 9a7d5bc689
4 changed files with 11 additions and 9 deletions

View File

@ -144,7 +144,7 @@ class FrontendServlet():
Route("/robots.txt", self.robots)
]
def startup(self) -> None:
def startup(self) -> None:
self.config.update({
"frontend": {
"standalone": True,