fd
This commit is contained in:
parent
8ebfbd995f
commit
f002e49102
2 changed files with 4 additions and 4 deletions
|
@ -1125,9 +1125,9 @@ def admin_nunuke_user(v):
|
|||
|
||||
return redirect(user.url)
|
||||
|
||||
@app.get("/admin/advanced_stats")
|
||||
@admin_level_required(2)
|
||||
def advanced_stats(v):
|
||||
@app.get("/chart")
|
||||
@auth_required
|
||||
def chart(v):
|
||||
|
||||
days = int(request.args.get("days", 25))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue