Typo, fix string-compare standalone

This commit is contained in:
MichaelDvP
2023-03-31 17:17:33 +02:00
parent 594e79be5d
commit 5e2d97c0b9
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ void WebAPIService::getEntities(AsyncWebServerRequest * request) {
root["type"] = "entities";
System::extractSettings(EMSESP_ENTITY_FILE, "Entites", root);
System::extractSettings(EMSESP_ENTITY_FILE, "Entities", root);
response->setLength();
request->send(response);