the shadow of death

remotes/1693045480750635534/spooky-22
Aevann1 2022-02-27 21:27:03 +02:00
parent 77bc8d84b2
commit eaa169c5df
1 changed files with 1 additions and 0 deletions

View File

@ -1531,6 +1531,7 @@ def api_pin_post(post_id, v):
g.db.commit()
if post.is_pinned: return {"message": "Post pinned!"}
else: return {"message": "Post unpinned!"}
return {"error": "Post not found!"}
@app.get("/submit/title")