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

This commit is contained in:
Simple_Not 2023-07-13 15:12:58 +10:00
parent 9847f24432
commit a57a964c60

12
app.py
View File

@ -56,13 +56,13 @@ def page_board(board_id):
return render_template("board.html", board_id=board_id, boards=board_list, board_threads=b_threads) return render_template("board.html", board_id=board_id, boards=board_list, board_threads=b_threads)
@app.route('/post_my_post', method=['POST']) # @app.route('/post_my_post', method=['POST'])
def post_a_post(): # def post_a_post():
pass # pass
@app.route('/post_my_file', method=['POST']) # @app.route('/post_my_file', method=['POST'])
def post_a_file(): # def post_a_file():
pass # pass
### stolen ### stolen