Skip to content

Commit e33b0c9

Browse files
committed
Added missing "jpeg" extension
1 parent 80627fb commit e33b0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266WebServer/src/detail/mimetable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const Entry mimeTable[maxType] PROGMEM =
1717
{ ".png", "image/png" },
1818
{ ".gif", "image/gif" },
1919
{ ".jpg", "image/jpeg" },
20+
{ ".jpeg", "image/jpeg" },
2021
{ ".ico", "image/x-icon" },
2122
{ ".svg", "image/svg+xml" },
2223
{ ".ttf", "application/x-font-ttf" },

0 commit comments

Comments
 (0)