calendar data

This commit is contained in:
CHIEFSOFT\ameye
2025-07-04 11:03:08 -04:00
parent cfb518b641
commit 5d8e0bcd2e
2 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ def myproduct_dash():
def mycalendar_dash():
data = request.get_json()
logger.info(f"Route Calendar Data ==>>>> {data}")
response = MyProductsService.process_request(data)
response = AccountService.process_calendar(data)
return response
# Health Check Endpoint