debugging routes

This commit is contained in:
CHIEFSOFT\ameye
2025-07-04 10:41:50 -04:00
parent 58d249f0b7
commit e642b5aada
+1
View File
@@ -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