fix data
This commit is contained in:
@@ -168,6 +168,14 @@ def myproduct_provision():
|
||||
response = MyProductsService.process_provision(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/myproduct/provision-actions", methods=["POST"])
|
||||
def myproduct_provision_actions():
|
||||
data = request.get_json()
|
||||
logger.info(f"Route MyProduct Provision Actions ==>>>> {data}")
|
||||
response = MyProductsService.process_provision_actions(data)
|
||||
return response
|
||||
|
||||
|
||||
|
||||
# /panel/account/calendar
|
||||
@api.route("/panel/account/calendar", methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user