Added missing json mime type.
This commit is contained in:
parent
f8b726634e
commit
22633ec94f
@ -223,6 +223,7 @@ namespace MontoyaTech.Rest.Net
|
||||
case "jpeg": return "image/jpeg";
|
||||
case "jpg": return "image/jpeg";
|
||||
case "js": return "text/javascript";
|
||||
case "json": return "application/json";
|
||||
case "jsx": return "text/jscript";
|
||||
case "jsxbin": return "text/plain";
|
||||
case "latex": return "application/x-latex";
|
||||
|
Loading…
x
Reference in New Issue
Block a user