This commit is contained in:
parent
9847f24432
commit
a57a964c60
12
app.py
12
app.py
@ -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)
|
||||
|
||||
|
||||
@app.route('/post_my_post', method=['POST'])
|
||||
def post_a_post():
|
||||
pass
|
||||
# @app.route('/post_my_post', method=['POST'])
|
||||
# def post_a_post():
|
||||
# pass
|
||||
|
||||
@app.route('/post_my_file', method=['POST'])
|
||||
def post_a_file():
|
||||
pass
|
||||
# @app.route('/post_my_file', method=['POST'])
|
||||
# def post_a_file():
|
||||
# pass
|
||||
|
||||
|
||||
### stolen
|
||||
|
Loading…
Reference in New Issue
Block a user