mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-04-05 00:33:39 +02:00
Rename websocket from ws to livedata
Allows devServer to proxy websockets as well...
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
WebApiClass::WebApiClass()
|
||||
: _server(HTTP_PORT)
|
||||
, _ws("/ws")
|
||||
, _ws("/livedata")
|
||||
, _events("/events")
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user