my product data
This commit is contained in:
@@ -194,6 +194,14 @@ def myproduct_settings():
|
||||
response = MyProductsService.process_settings(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/myproduct/configuration", methods=["POST"])
|
||||
def myproduct_configuration():
|
||||
data = request.get_json()
|
||||
# logger.info(f"Route Save MyProduct Settings Data ==>>>> {data}")
|
||||
response = MyProductsService.product_configuration(data)
|
||||
return response
|
||||
|
||||
|
||||
@api.route("/panel/myproduct/settings/values", methods=["POST"])
|
||||
def myproduct_settings_values():
|
||||
data = request.get_json()
|
||||
|
||||
Reference in New Issue
Block a user