Fix Database

Add WS Header
This commit is contained in:
2022-10-22 01:42:23 +02:00
parent c214d473e2
commit 176c43d5a6
4 changed files with 42 additions and 39 deletions
+1
View File
@@ -25,6 +25,7 @@ namespace gaconnector
this->connector =
std::make_unique<websocket::Websocket>(WEBSOCKET_ADDRESS,
this->configuration->getUser(),
this->configuration->getToken(),
this->toLog);
this->toLog("WebSocket started");