mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Added .ttf mime type, https://github.com/valenok/mongoose/issues/129
This commit is contained in:
parent
6f946f5eea
commit
5591aa5a0d
@ -1945,6 +1945,7 @@ static const struct {
|
||||
{".asf", 4, "video/x-ms-asf"},
|
||||
{".avi", 4, "video/x-msvideo"},
|
||||
{".bmp", 4, "image/bmp"},
|
||||
{".ttf", 4, "application/x-font-ttf"},
|
||||
{NULL, 0, NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user