Skip to content

Commit

Permalink
Added JSON to static resource defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbodart committed Sep 21, 2016
1 parent e9a2d2c commit 8b8ed5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class StaticBindingBuilder implements Callable<Binding[]> {
put("ico", MediaType.IMAGE_X_ICON);
put("svg", MediaType.IMAGE_SVG);
put("js", MediaType.TEXT_JAVASCRIPT);
put("json", MediaType.APPLICATION_JSON);
put("map", MediaType.APPLICATION_JAVASCRIPT);
put("css", MediaType.TEXT_CSS);
put("less", MediaType.TEXT_CSS);
Expand Down

0 comments on commit 8b8ed5e

Please sign in to comment.