Skip to content

Commit

Permalink
app.config['JSON_AS_ASCII'] = False
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 18, 2024
1 parent 75e50d5 commit 0a90b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def process_extra(self, return_value, response):

app = Flask(__name__)
CORS(app, supports_credentials=True)
app.config['JSON_AS_ASCII'] = False

# SQL API
app.register_blueprint(
Expand Down

0 comments on commit 0a90b7b

Please sign in to comment.