This commit is contained in:
parent
7f94bade46
commit
78a60c6d90
2
app.py
2
app.py
@ -65,7 +65,7 @@ def page_posts_from_db(target_post_id=None):
|
|||||||
|
|
||||||
|
|
||||||
@app.route("/answer_post/<target_post_id>")
|
@app.route("/answer_post/<target_post_id>")
|
||||||
def page_posts_from_db(target_post_id):
|
def answer_post(target_post_id):
|
||||||
|
|
||||||
postos = db.collection('posts')
|
postos = db.collection('posts')
|
||||||
postos = [ p for p in postos]
|
postos = [ p for p in postos]
|
||||||
|
Loading…
Reference in New Issue
Block a user