From 12362fe7acf9f7d7f8c792f7e622c80b04d9b82e Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Fri, 21 Jul 2023 12:28:00 +0200 Subject: [PATCH] fix: mime type names are now indexed correctly --- include/http/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/http/types.h b/include/http/types.h index 25a3b54..5b75bea 100644 --- a/include/http/types.h +++ b/include/http/types.h @@ -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,