This commit is contained in:
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user