mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 12:23:45 +01: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