Skip to content
Snippets Groups Projects
Commit 5e74999f authored by Joni Krebs's avatar Joni Krebs
Browse files

changed response encoding to text/plain

parent 7c249ec3
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ object Extractor { ...@@ -41,6 +41,7 @@ object Extractor {
"", "",
emptyList<Service>().toMutableList() emptyList<Service>().toMutableList()
) )
res.type("text/plain; charset=utf-8")
return Gson().toJson(output) return Gson().toJson(output)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment