Add approving and deleting queued messages
This commit is contained in:
parent
c253867c62
commit
f77a8c7260
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def moderate():
|
||||||
message="Quote deleted."
|
message="Quote deleted."
|
||||||
)
|
)
|
||||||
|
|
||||||
return str(request.form)
|
abort(501)
|
||||||
|
|
||||||
|
|
||||||
@app.route('/quote/<int:id>')
|
@app.route('/quote/<int:id>')
|
||||||
|
|
Loading…
Add table
Reference in a new issue