This commit is contained in:
wataru 2022-09-14 06:59:58 +09:00
parent 46597a4c2b
commit 1c5ce6d88b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ def redirect_to_index():
CORS(app, resources={r"/*": {"origins": "*"}})
@app.route('/api/voice', methods=['POST'])
@app.route('/api', methods=['POST'])
def api():
try:
print("POST REQUEST PROCESSING....\n")