This commit is contained in:
parent
3361533b62
commit
7e01cf90b5
2
app.py
2
app.py
@ -66,7 +66,7 @@ def page_posts_from_db():
|
|||||||
return render_template("interactive-posts.html", postos=postos)
|
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():
|
def post_a_post():
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user