mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 10:37:57 +00:00 
			
		
		
		
	Fixing location/contact deletion.
This commit is contained in:
		| @@ -23,7 +23,7 @@ namespace OpenWifi{ | ||||
|                         AddContactExtendedInfo(E, Obj); | ||||
|                     ObjArr.add(Obj); | ||||
|                 } else { | ||||
|                     return BadRequest(RESTAPI::Errors::UnknownId + " ("+i+")"); | ||||
|                     return BadRequest(RESTAPI::Errors::ContactMustExist + " ("+i+")"); | ||||
|                 } | ||||
|             } | ||||
|             Poco::JSON::Object  Answer; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959