remove broadcast from websocket.

This commit is contained in:
Miroslav Šedivý
2020-11-30 17:29:05 +01:00
parent def6248ca7
commit 994a91886d
4 changed files with 0 additions and 60 deletions

View File

@ -53,8 +53,6 @@ const (
const (
BORADCAST_STATUS = "broadcast/status"
BORADCAST_CREATE = "broadcast/create" // TODO: Remove.
BORADCAST_DESTROY = "broadcast/destroy" // TODO: Remove.
)
const (