mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +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 },
|
||||
{ kHtmSuffix, kHtml },
|
||||
{ kTxtSuffix, kTxtSuffix },
|
||||
{ kTxtSuffix, kTxt },
|
||||
#ifndef MIMETYPE_MINIMAL
|
||||
{ kCssSuffix, kCss },
|
||||
{ kJsSuffix, kJs },
|
||||
|
Loading…
x
Reference in New Issue
Block a user