Skip to content

Commit d725dca

Browse files
author
adityatomar
committed
revert api name
1 parent c58e05a commit d725dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def favicon():
2121
return send_from_directory(os.path.join(app.root_path, 'static'),
2222
'favicon.ico', mimetype='image/vnd.microsoft.icon')
2323

24-
@app.route('/query', methods=['POST'])
24+
@app.route('/hello', methods=['POST'])
2525
def hello():
2626
name = request.form.get('name')
2727

0 commit comments

Comments
 (0)