fix: mime type names are now indexed correctly
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Jef Roosens 2023-07-21 12:28:00 +02:00
parent a6b407ebaf
commit 12362fe7ac
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -102,6 +102,7 @@ typedef enum http_mime_type {
http_mime_html,
http_mime_jar,
http_mime_jpeg,
http_mime_jpg,
http_mime_js,
http_mime_json,
http_mime_mp3,