stephb9959
2022-11-03 10:27:19 -07:00
parent 729b1e6708
commit ae251f9d35
2 changed files with 6 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
#include "RESTAPI/RESTAPI_subtotp_handler.h"
#include "RESTAPI/RESTAPI_signup_handler.h"
#include "framework/RESTAPI_SystemCommand.h"
#include "framework/RESTAPI_WebSocketServer.h"
namespace OpenWifi {
@@ -52,7 +53,8 @@ namespace OpenWifi {
RESTAPI_subtotp_handler,
RESTAPI_signup_handler,
RESTAPI_validate_sub_token_handler,
RESTAPI_validate_token_handler
RESTAPI_validate_token_handler,
RESTAPI_webSocketServer
>(Path, Bindings, L, S,TransactionId);
}