This commit is contained in:
parent
e7fee4999e
commit
b7f4813ec0
2
app.py
2
app.py
@ -104,7 +104,7 @@ def post_a_post(post_key):
|
|||||||
|
|
||||||
|
|
||||||
@app.route('/post_to_another_post/<post_key>', methods=['POST'])
|
@app.route('/post_to_another_post/<post_key>', methods=['POST'])
|
||||||
def post_a_post(post_key):
|
def post_to_post(post_key):
|
||||||
|
|
||||||
|
|
||||||
postos = db.collection('posts')
|
postos = db.collection('posts')
|
||||||
|
Loading…
Reference in New Issue
Block a user