From eba6491a644c7a95771c057e3f3100ef6b6b2a50 Mon Sep 17 00:00:00 2001 From: sycuuui <102959791+sycuuui@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:11:10 +0900 Subject: [PATCH] fix : test --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'