fix image load

This commit is contained in:
CHIEFSOFT\ameye
2026-01-17 19:04:06 -05:00
parent 581941dba8
commit 2d8993150b
4 changed files with 174 additions and 37 deletions
+6
View File
@@ -406,6 +406,12 @@ def myproduct_configuration():
response = MyProductsService.product_configuration(data)
return response
@api.route("/panel/myproduct/template-config", methods=["POST"])
def myproduct_template_config():
data = request.get_json()
logger.info(f"Route Save MyProduct_Template_Config ==>>>> {data}")
response = MyProductsService.template_configuration(data)
return response
@api.route("/panel/myproduct/settings/values", methods=["POST"])
def myproduct_settings_values():