Comments paths
This commit is contained in:
@@ -203,6 +203,13 @@ def merms_contacts():
|
||||
response = ContactService.process_request(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/comments", methods=["POST"])
|
||||
def merms_site_comments():
|
||||
data = request.get_json()
|
||||
# logger.info(f"Route ContactService URL Data ==>>>> {data}")
|
||||
response = ContactService.process_request(data)
|
||||
return response
|
||||
|
||||
|
||||
@api.route("/panel/account/products", methods=["POST"])
|
||||
@jwt_required()
|
||||
|
||||
Reference in New Issue
Block a user