forked from MarseyWorld/MarseyWorld
fix wrongly-named route
parent
1de21241bd
commit
62fd93ee7d
|
@ -892,7 +892,7 @@ def mod_pin(cid, v):
|
|||
return {"message": "Comment pinned!"}
|
||||
|
||||
|
||||
@app.post("/unmod_pin/<cid>")
|
||||
@app.post("/mod_unpin/<cid>")
|
||||
@auth_required
|
||||
def mod_unpin(cid, v):
|
||||
|
||||
|
|
Loading…
Reference in New Issue