site settings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user