Add gif as known mime type for make server
This commit is contained in:
parent
38a6cd6f9a
commit
7a8a9b9d93
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ MIMEs = {
|
||||||
'.svg': 'image/svg+xml',
|
'.svg': 'image/svg+xml',
|
||||||
'.pdf': 'application/pdf',
|
'.pdf': 'application/pdf',
|
||||||
'.xhtml': 'application/xhtml+xml',
|
'.xhtml': 'application/xhtml+xml',
|
||||||
|
'.gif': 'image/gif',
|
||||||
'.ico': 'image/x-icon',
|
'.ico': 'image/x-icon',
|
||||||
'.log': 'text/plain'
|
'.log': 'text/plain'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue