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)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user