stephb9959
2023-02-21 13:34:41 -08:00
parent bf6f5389d7
commit ac6780d094
165 changed files with 16172 additions and 16329 deletions

View File

@@ -7,8 +7,8 @@
namespace OpenWifi {
void RESTAPI_variables_list_handler::DoGet() {
return ListHandler<VariablesDB>("variableBlocks", DB_, *this);
}
void RESTAPI_variables_list_handler::DoGet() {
return ListHandler<VariablesDB>("variableBlocks", DB_, *this);
}
}
} // namespace OpenWifi