mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-30 02:02:36 +00:00
Initial checkins
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenWifi {
|
||||
int OpenAPIRequestGet::Do(Poco::JSON::Object::Ptr &ResponseObject) {
|
||||
try {
|
||||
{
|
||||
auto Services = Daemon()->GetServices(Type_);
|
||||
auto Services = Daemon()->GetServices();
|
||||
|
||||
for(const auto &i:Services)
|
||||
std::cout << " Service: " << i.Type << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user