Add wasm content type

This commit is contained in:
shortcutme 2019-12-11 20:03:28 +01:00
parent 5e26161e84
commit 2fd337bb55
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -36,6 +36,7 @@ content_types = {
"sig": "application/pgp-signature", "sig": "application/pgp-signature",
"txt": "text/plain", "txt": "text/plain",
"webmanifest": "application/manifest+json", "webmanifest": "application/manifest+json",
"wasm": "application/wasm",
"webp": "image/webp" "webp": "image/webp"
} }