port mod app
This commit is contained in:
@ -186,13 +186,6 @@ def inbox(username):
|
||||
return "stub"
|
||||
|
||||
|
||||
@bp.get("/list")
|
||||
@login_required
|
||||
@mod_only(".page", username = lambda: get_active_user().username)
|
||||
def user_list():
|
||||
return "stub"
|
||||
|
||||
|
||||
@bp.post("/log_out")
|
||||
def log_out():
|
||||
pass
|
||||
|
Reference in New Issue
Block a user