mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
Fixing location/contact deletion.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenWifi{
|
||||
AddLocationExtendedInfo(E, Obj);
|
||||
ObjArr.add(Obj);
|
||||
} else {
|
||||
return BadRequest(RESTAPI::Errors::UnknownId + " ("+i+")");
|
||||
return BadRequest(RESTAPI::Errors::LocationMustExist + " ("+i+")");
|
||||
}
|
||||
}
|
||||
Poco::JSON::Object Answer;
|
||||
|
||||
Reference in New Issue
Block a user