allnet: add handler for LoaderStateRecorder

This commit is contained in:
2023-06-30 00:26:07 -04:00
parent 03f91d18c9
commit 4ea83f6025
2 changed files with 24 additions and 1 deletions

View File

@ -63,6 +63,13 @@ class HttpDispatcher(resource.Resource):
action="handle_dlorder",
conditions=dict(method=["POST"]),
)
self.map_post.connect(
"allnet_loaderstaterecorder",
"/sys/servlet/LoaderStateRecorder",
controller="allnet",
action="handle_loaderstaterecorder",
conditions=dict(method=["POST"]),
)
self.map_post.connect(
"allnet_billing",
"/request",