From fd3a6be11a663047da1342baee6faeacd03b6f7f Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Tue, 26 Jul 2022 14:52:31 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-10345 Signed-off-by: stephb9959 --- src/framework/MicroService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/MicroService.h b/src/framework/MicroService.h index 9a0277e..b37a8ba 100644 --- a/src/framework/MicroService.h +++ b/src/framework/MicroService.h @@ -3045,7 +3045,7 @@ namespace OpenWifi { RESTAPI_GenericServer Server_; RESTAPI_ExtServer() noexcept: - SubSystemServer("RESTAPI_ExtServer", "RESTAPIServer", "openwifi.restapi") + SubSystemServer("RESTAPI_ExtServer", "REST-XSRV", "openwifi.restapi") { } };