diff --git a/build b/build index d8263ee..bf0d87a 100644 --- a/build +++ b/build @@ -1 +1 @@ -2 \ No newline at end of file +4 \ No newline at end of file diff --git a/src/MicroService.h b/src/MicroService.h index 55090b7..aa89413 100644 --- a/src/MicroService.h +++ b/src/MicroService.h @@ -33,9 +33,9 @@ namespace OpenWifi { - static const std::string uSERVICE_SECURITY{"ucentralsec"}; - static const std::string uSERVICE_GATEWAY{"ucentralgw"}; - static const std::string uSERVICE_FIRMWARE{ "ucentralfms"}; + static const std::string uSERVICE_SECURITY{"owsec"}; + static const std::string uSERVICE_GATEWAY{"owgw"}; + static const std::string uSERVICE_FIRMWARE{ "owfms"}; static const std::string uSERVICE_TOPOLOGY{ "owtopo"}; static const std::string uSERVICE_PROVISIONING{ "owprov"}; static const std::string uSERVICE_OWLS{ "owls"};