Skip to content

Commit

Permalink
Merge branch 'master' of github.com:collectionspace/application
Browse files Browse the repository at this point in the history
  • Loading branch information
remillet committed Jul 1, 2016
2 parents ef8ccf7 + 73e97ec commit d748222
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ public class TenantServlet extends HttpServlet {
protected final String MIME_AUDIO = "audio/";
protected final String MIME_VIDIO = "vidio/";
protected final String MIME_IMAGE = "image/";
protected final String MIME_JSON = "text/javascript";
protected final String MIME_JSON = "application/javascript";
protected final String MIME_HTML = "text/html";
protected final String MIME_CSS = "text/css";
protected final String MIME_PLAIN = "text/plain";
Expand Down

0 comments on commit d748222

Please sign in to comment.