mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 18:48:09 +00:00 
			
		
		
		
	Framework update.
This commit is contained in:
		| @@ -662,4 +662,11 @@ namespace OpenWifi { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     template <typename DBType> void ReturnFieldList(DBType & DB, RESTAPIHandler &H) { | ||||
|         Types::StringVec Fields; | ||||
|         DB.GetFieldNames(Fields); | ||||
|         Poco::JSON::Object  Answer; | ||||
|         RESTAPI_utils::field_to_json(Answer,"list",Fields); | ||||
|         return H.ReturnObject(Answer); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959