forked from MarseyWorld/MarseyWorld
master
parent
236ce22c52
commit
ee9b5f2bcd
|
@ -354,7 +354,6 @@ def log(v):
|
|||
return render_template("log.html", v=v, admins=admins, types=types, admin=admin, type=kind, actions=actions, next_exists=next_exists, page=page)
|
||||
|
||||
@app.get("/log/<id>")
|
||||
@limiter.limit("1/day")
|
||||
@auth_required
|
||||
def log_item(id, v):
|
||||
|
||||
|
|
Loading…
Reference in New Issue