Rename websocket from ws to livedata

Allows devServer to proxy websockets as well...
This commit is contained in:
Thomas Basler
2022-06-18 01:14:31 +02:00
parent 46d88c6520
commit 17cc2a475d
3 changed files with 12 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
WebApiClass::WebApiClass()
: _server(HTTP_PORT)
, _ws("/ws")
, _ws("/livedata")
, _events("/events")
{
}