Error messages.

This commit is contained in:
stephb9959
2021-09-29 07:46:09 -07:00
parent e9096c4532
commit 86cec368d5
6 changed files with 136 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
#include "RESTAPI_server.h"
#include "RESTAPI_InternalServer.h"
#include "SecurityDBProxy.h"
#include "AutoDiscovery.h"
namespace OpenWifi {
class Daemon *Daemon::instance_ = nullptr;
@@ -35,7 +36,8 @@ namespace OpenWifi {
AuthClient(),
RESTAPI_server(),
RESTAPI_InternalServer(),
SecurityDBProxy()
SecurityDBProxy(),
AutoDiscovery()
});
}
return instance_;