stephb9959
2023-02-21 08:33:41 -08:00
parent c0e3303e49
commit 6cc5c9e6b0
121 changed files with 13546 additions and 13257 deletions

View File

@@ -16,7 +16,7 @@
namespace OpenWifi {
void RESTAPI_default_configurations::DoGet() {
if(QB_.CountOnly) {
if (QB_.CountOnly) {
auto Count = StorageService()->GetDefaultConfigurationsCount();
return ReturnCountOnly(Count);
}
@@ -25,4 +25,4 @@ namespace OpenWifi {
StorageService()->GetDefaultConfigurations(QB_.Offset, QB_.Limit, DefConfigs);
return Object(RESTAPI::Protocol::CONFIGURATIONS, DefConfigs);
}
}
} // namespace OpenWifi