first commit
This commit is contained in:
@ -58,7 +58,7 @@ def setup_logging(path):
|
|||||||
return logger
|
return logger
|
||||||
|
|
||||||
logger = setup_logging('utils/logging.json')
|
logger = setup_logging('utils/logging.json')
|
||||||
@app.route('/search', methods=['POST'])
|
@app.route('/searchv2', methods=['POST'])
|
||||||
def search():
|
def search():
|
||||||
pre_status = False
|
pre_status = False
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user