Skip to content

Commit

Permalink
fix : test
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Mar 21, 2024
1 parent 5835f06 commit eba6491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def hello_world(): # put application's code here


@app.route('/test', methods=['POST'])
def hello_world(): # put application's code here
def test(): # put application's code here
return 'post test'


Expand Down

0 comments on commit eba6491

Please sign in to comment.