site settings

This commit is contained in:
CHIEFSOFT\ameye
2025-08-05 13:04:36 -04:00
parent 5a3968ce67
commit b3e5144fc3
3 changed files with 53 additions and 3 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ def myproduct_dash():
@api.route("/panel/myproduct/settings", methods=["POST"])
def myproduct_settings():
data = request.get_json()
logger.info(f"Route MyProduct Data ==>>>> {data}")
logger.info(f"Route MyProduct Settings Data ==>>>> {data}")
response = MyProductsService.process_settings(data)
return response