debugging routes
This commit is contained in:
@@ -120,6 +120,7 @@ def merms_products():
|
|||||||
# Health Check Endpoint
|
# Health Check Endpoint
|
||||||
@api.route("/panel/myproduct/dash", methods=["POST"])
|
@api.route("/panel/myproduct/dash", methods=["POST"])
|
||||||
def myproduct_dash():
|
def myproduct_dash():
|
||||||
|
logger.info(f"Route MyProduct Data ==>>>> {data}")
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
response = MyProductsService.process_request(data)
|
response = MyProductsService.process_request(data)
|
||||||
return response
|
return response
|
||||||
|
|||||||
Reference in New Issue
Block a user