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