check many hexes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-19 00:18:15 +10:00
parent e7fee4999e
commit b7f4813ec0

2
app.py
View File

@ -104,7 +104,7 @@ def post_a_post(post_key):
@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')