Skip to content

Commit 3232017

Browse files
committed
Authorize application/json MIME type
1 parent badf23b commit 3232017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ csm:
107107
- text/csv
108108
- text/plain
109109
- text/x-yaml
110+
- application/json
110111
handlers:
111112
- application/zip
112113
- application/x-sh
114+
- application/json
113115
- text/x-python
114116
- text/plain
115117
- text/x-yaml

0 commit comments

Comments
 (0)