add gpx mimetype
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
101d1c0f81
commit
6538302daa
|
@ -12,6 +12,7 @@
|
|||
"application/epub+zip": "text",
|
||||
"application/font-sfnt": "image",
|
||||
"application/font-woff": "image",
|
||||
"application/gpx+xml": "location",
|
||||
"application/illustrator": "image",
|
||||
"application/javascript": "text/code",
|
||||
"application/json": "text/code",
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
"flac": ["audio/flac"],
|
||||
"flv": ["video/x-flv"],
|
||||
"gif": ["image/gif"],
|
||||
"gpx": ["application/gpx+xml"],
|
||||
"gz": ["application/x-gzip"],
|
||||
"gzip": ["application/x-gzip"],
|
||||
"h": ["text/x-h"],
|
||||
|
|
Loading…
Reference in New Issue