add download report api

This commit is contained in:
2023-07-23 12:47:10 -04:00
parent 63d81a2704
commit 20335aaebe
2 changed files with 115 additions and 5 deletions

View File

@ -36,7 +36,7 @@ class HttpDispatcher(resource.Resource):
self.map_post.connect(
"allnet_downloadorder_report",
"/dl/report",
"/report-api/Report",
controller="allnet",
action="handle_dlorder_report",
conditions=dict(method=["POST"]),