diff --git a/app.py b/app.py index fad6812..d4be201 100644 --- a/app.py +++ b/app.py @@ -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'