mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
FIX MIME-Type for txt-suffix (#7608)
correct mime is text/plain instead of .txt
This commit is contained in:
@ -62,7 +62,7 @@ const Entry mimeTable[maxType] PROGMEM =
|
||||
{
|
||||
{ kHtmlSuffix, kHtml },
|
||||
{ kHtmSuffix, kHtml },
|
||||
{ kTxtSuffix, kTxtSuffix },
|
||||
{ kTxtSuffix, kTxt },
|
||||
#ifndef MIMETYPE_MINIMAL
|
||||
{ kCssSuffix, kCss },
|
||||
{ kJsSuffix, kJs },
|
||||
|
Reference in New Issue
Block a user