Config for URLS prod

This commit is contained in:
2026-05-03 13:56:23 -04:00
parent 9ea5b872fc
commit da51720e2c
7 changed files with 129 additions and 30 deletions
+1
View File
@@ -496,6 +496,7 @@ def myproduct_subscription():
data = request.get_json()
# logger.info(f"Route MyProduct Data ==>>>> {data}")
response = MyProductsService.process_subscription(data)
GenerativesService.process_generatives_list(response) #INITIATE GENERATIVES
return response