fd
This commit is contained in:
parent
974a16a2d8
commit
e0a297fb0a
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def post_id(pid, anything=None, v=None):
|
|||
post.tree_comments()
|
||||
|
||||
if request.headers.get("Authorization"): return post.json
|
||||
else: return post.rendered_page(v=v, read, sort=sort)
|
||||
else: return post.rendered_page(v=v, read=read, sort=sort)
|
||||
|
||||
|
||||
@app.post("/edit_post/<pid>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue