Renamed an error message

This commit is contained in:
Th3maz1ng 2020-07-17 12:24:55 +02:00
parent 186c74a6ca
commit 92c94c7c88

View File

@ -588,9 +588,10 @@ class WEBServer : public TCPServer<T>, public HttpConstants
return false;
break;
}
}else
}
else
{
sendInfoResponse(HTTP_CODE::_500, client, "Unable to access the SDCard");
sendInfoResponse(HTTP_CODE::_500, client, "Api endpoint does not exist");
return false;
}