Add data
This commit is contained in:
@@ -129,6 +129,13 @@ def myproduct_url():
|
||||
response = ProductsService.product_url_request(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/account/products/refresh", methods=["POST"])
|
||||
def myproduct_refresh():
|
||||
data = request.get_json()
|
||||
logger.info(f"Route Product URL Data ==>>>> {data}")
|
||||
response = ProductsService.myproduct_refresh_request(data)
|
||||
return response
|
||||
|
||||
#
|
||||
@api.route("/panel/contacts", methods=["POST"])
|
||||
def merms_contacts():
|
||||
|
||||
Reference in New Issue
Block a user