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