fd
This commit is contained in:
parent
77b4bbb208
commit
1a4b6fd72b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ beams_client = PushNotifications(
|
||||||
secret_key=PUSHER_KEY,
|
secret_key=PUSHER_KEY,
|
||||||
)
|
)
|
||||||
|
|
||||||
@app.route("/@<username>/suicide")
|
@app.post("/@<username>/suicide")
|
||||||
@auth_required
|
@auth_required
|
||||||
def suicide(v, username):
|
def suicide(v, username):
|
||||||
t = int(time())
|
t = int(time())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue