Unverified Commit 7c488142 by Ryan Baxter Committed by Spencer Gibb

Switched media type to application/json

parent 72ccf2e6
......@@ -1652,7 +1652,7 @@ class MyFallbackProvider implements ZuulFallbackProvider {
@Override
public HttpHeaders getHeaders() {
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.TEXT_HTML);
headers.setContentType(MediaType.APPLICATION_JSON);
return headers;
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment