// // Created by stephane bourque on 2021-08-29. // #include "RESTAPI_configurations_list_handler.h" #include "RESTObjects/RESTAPI_ProvObjects.h" #include "StorageService.h" #include "RESTAPI_db_helpers.h" namespace OpenWifi{ void RESTAPI_configurations_list_handler::DoGet() { return ListHandler("configurations", DB_, *this); } }