diff --git a/app.py b/app.py index 6813857..af62a70 100644 --- a/app.py +++ b/app.py @@ -22,6 +22,7 @@ ctx = app.app_context() ctx.push() app = current_app +app.config['JSON_AS_ASCII'] = False #CORS(app) #ログイン機能に必要な準備