account products
This commit is contained in:
@@ -101,7 +101,7 @@ def merms_account_product_url():
|
|||||||
response = ProductsService.process_request(data)
|
response = ProductsService.process_request(data)
|
||||||
return response
|
return response
|
||||||
|
|
||||||
@api.route("/panel/products", methods=["POST"])
|
@api.route("/panel/account/products", methods=["POST"])
|
||||||
@jwt_required()
|
@jwt_required()
|
||||||
def merms_products():
|
def merms_products():
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
|
|||||||
Reference in New Issue
Block a user