fix call
This commit is contained in:
@@ -345,7 +345,7 @@ def panel_products(current_user):
|
||||
|
||||
@app.route("/panel/account/bar")
|
||||
@token_required
|
||||
def recent_actions(current_user):
|
||||
def recent_bar(current_user):
|
||||
bar_data = {
|
||||
"last_update": datetime.datetime.utcnow(),
|
||||
"initial": random.randint(0, 10),
|
||||
|
||||
Reference in New Issue
Block a user