mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 02:14:37 +00:00
Update for #571 (i forgot to set the mime type)
This commit is contained in:
parent
b96ee7be72
commit
fae9ea8b3b
@ -388,8 +388,8 @@ void handleSpiffsBrowseStatic(HTTPRequest *req, HTTPResponse *res)
|
||||
{
|
||||
// jm
|
||||
|
||||
// res->setHeader("Content-Type", "application/json");
|
||||
res->setHeader("Content-Type", "text/html");
|
||||
res->setHeader("Content-Type", "application/json");
|
||||
// res->setHeader("Content-Type", "text/html");
|
||||
|
||||
File root = SPIFFS.open("/");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user