Renamed an error message
This commit is contained in:
parent
186c74a6ca
commit
92c94c7c88
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user