Skip to content

Commit f61b02f

Browse files
committed
fix(api-gateway): incorrect plain text mimetype #506
1 parent a519cce commit f61b02f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# use mimetypes library to be certain, e.g., mimetypes.types_map[".json"]
2+
13
APPLICATION_JSON = "application/json"
2-
PLAIN_TEXT = "plain/text"
4+
PLAIN_TEXT = "text/plain"

0 commit comments

Comments
 (0)