action data
This commit is contained in:
@@ -168,5 +168,14 @@ def panel_products():
|
|||||||
@app.route("/panel/account/actions")
|
@app.route("/panel/account/actions")
|
||||||
@token_required
|
@token_required
|
||||||
def recent_actions():
|
def recent_actions():
|
||||||
return jsonify(hello="ameye world")
|
action_data = {
|
||||||
|
"last_update": "10-10-2021 10 AM",
|
||||||
|
"initial": "0",
|
||||||
|
"processing": "0",
|
||||||
|
"verifying" : "0",
|
||||||
|
"completed" : "0",
|
||||||
|
"actions": []
|
||||||
|
}
|
||||||
|
return jsonify(action_data=action_data)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user