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

@ -54,8 +54,6 @@ title = TitleServlet(cfg, cfg_dir) # This has to be loaded first to load plugins
mucha = MuchaServlet(cfg, cfg_dir)
route_lst: List[Route] = [
# Allnet
# Mucha
Route("/mucha_front/boardauth.do", mucha.handle_boardauth, methods=["POST"]),
Route("/mucha_front/updatacheck.do", mucha.handle_updatecheck, methods=["POST"]),