add mime types for ico and svg

This commit is contained in:
Charles Crossan 2020-12-21 17:42:55 -05:00
parent a47fcdacb5
commit 5c70f36aa5

View File

@ -78,7 +78,8 @@ char contentTypes[][2][32] = {{".txt", "text/plain"}, {".html", "text/html"}
{".js", "text/javascript"}, {".png", "image/png"},
{".jpg", "image/jpg"}, {".gz", "application/gzip"},
{".gif", "image/gif"}, {".json", "application/json"},
{".css", "text/css"}, {"", ""}};
{".css", "text/css"}, {".ico","image/vnd.microsoft.icon"},
{".svg", "image/svg+xml"}, {"", ""}};
void handleWebResponse()
{