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