feat: reimplement old websocket
This commit is contained in:
parent
a602c2624f
commit
2fb7e7781f
6 changed files with 91 additions and 70 deletions
|
@ -1,7 +1,7 @@
|
|||
//! `/api/v1/channels/{uuid}` Channel specific endpoints
|
||||
|
||||
pub mod messages;
|
||||
//pub mod socket;
|
||||
pub mod socket;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue