diff --git a/app.py b/app.py index d16f393..73bacda 100644 --- a/app.py +++ b/app.py @@ -104,7 +104,7 @@ def post_a_post(post_key): @app.route('/post_to_another_post/', methods=['POST']) -def post_a_post(post_key): +def post_to_post(post_key): postos = db.collection('posts')