Added missing json mime type.

This commit is contained in:
MattMo 2023-02-10 12:12:37 -08:00
parent f8b726634e
commit 22633ec94f

View File

@ -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";