forked from me-no-dev/ESPAsyncWebServer
fix typos
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ bool AsyncStaticWebHandler::_getFile(AsyncWebServerRequest *request)
|
||||
path += "/";
|
||||
path += "index.htm";
|
||||
|
||||
return_fileExists(request, path);
|
||||
return _fileExists(request, path);
|
||||
}
|
||||
|
||||
bool AsyncStaticWebHandler::_fileExists(AsyncWebServerRequest *request, const String path)
|
||||
|
||||
Reference in New Issue
Block a user