fiaas / mast

Apache License 2.0
2 stars 7 forks source link

fix(web.py): Fix generate/configmap response encoding #40

Closed eduramirezh closed 2 years ago

eduramirezh commented 2 years ago

Currently, the jsonify function is forcing ASCII encoding. This makes responses with utf-8 characters to be incorrectly encoded.

Change-Id: I08275bfc1b12a778f00eeab9c55ed82f756d2591 JIRA: ADELIVHC-684