From 5e10fd86c12b938cda01c7906ff622d5ece1c316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=A8?= Date: Tue, 22 Nov 2022 15:44:59 +0800 Subject: [PATCH] first commit --- ieemoo-ai-search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ieemoo-ai-search.py b/ieemoo-ai-search.py index a9b855f..8219741 100755 --- a/ieemoo-ai-search.py +++ b/ieemoo-ai-search.py @@ -58,7 +58,7 @@ def setup_logging(path): return logger logger = setup_logging('utils/logging.json') -@app.route('/search', methods=['POST']) +@app.route('/searchv2', methods=['POST']) def search(): pre_status = False try: