Merge pull request #43 from w-okada/dev

update
This commit is contained in:
w-okada 2022-09-14 07:00:16 +09:00 committed by GitHub
commit 9389fae8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "*"}}) CORS(app, resources={r"/*": {"origins": "*"}})
@app.route('/api/voice', methods=['POST']) @app.route('/api', methods=['POST'])
def api(): def api():
try: try:
print("POST REQUEST PROCESSING....\n") print("POST REQUEST PROCESSING....\n")