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

This commit is contained in:
Simple_Not 2023-07-13 21:27:39 +10:00
parent 3361533b62
commit 7e01cf90b5

2
app.py
View File

@ -66,7 +66,7 @@ def page_posts_from_db():
return render_template("interactive-posts.html", postos=postos)
@app.route('/post_my_post', method=['POST'])
@app.route('/post_my_post', methods=['POST'])
def post_a_post():