Add png to the mime types.
This commit is contained in:
parent
7c3a756457
commit
897a4517b4
@ -65,6 +65,7 @@ MIMEs = {
|
|||||||
'.pdf': 'application/pdf',
|
'.pdf': 'application/pdf',
|
||||||
'.xhtml': 'application/xhtml+xml',
|
'.xhtml': 'application/xhtml+xml',
|
||||||
'.ico': 'image/x-icon',
|
'.ico': 'image/x-icon',
|
||||||
|
'.png': 'image/png',
|
||||||
'.log': 'text/plain'
|
'.log': 'text/plain'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user