This commit is contained in:
CHIEFSOFT\ameye
2025-01-11 14:49:07 -05:00
parent 2bec7ea801
commit f24214533f
+4 -3
View File
@@ -666,13 +666,14 @@ def recent_actions(current_user):
"processing": random.randint(0, 10),
"verifying" : random.randint(0, 10),
"completed" : random.randint(0, 10),
"actions": [
"actions2": [
{"no": "1", "description": "Welcome to MERMS" , "date": "10-10-2010 11:00 AM", "status": 'completed'},
{"no": "2", "description": "Personal Blog Setup" , "date": "10-10-2010 11:30 AM", "status": 'processing'},
{"no": "3", "description": "Web Traffic Analysis" , "date": "10-12-2010 11:30 AM", "status": 'verifying'},
]
],
"actions" :array3
}
return jsonify(action_data=array3[0], recent_actions=array3)
return jsonify(action_data=action_data, recent_actions=array3)
@app.route("/panel/account/products/url")
@token_required