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