pokken: fix mucha and allnet info, fix allnet 2.00 format requests

This commit is contained in:
2023-03-10 20:31:29 -05:00
parent f283dd10a9
commit 2dd84bbe3e
4 changed files with 17 additions and 21 deletions

View File

@ -73,7 +73,7 @@ class HttpDispatcher(resource.Resource):
"mucha_updatacheck",
"/mucha/updatacheck.do",
controller="mucha",
action="handle_updatacheck",
action="handle_updatecheck",
conditions=dict(method=["POST"]),
)