refactor: ⚡ move websocket into existing webserver and folder structure
keeps things consistent and avoids having 2 webservers running under actix, can be reverted if its not desirable however i think this is the best option
This commit is contained in:
parent
79cfa25855
commit
cb3c1ee6e4
4 changed files with 41 additions and 50 deletions
|
@ -17,6 +17,7 @@ pub fn web() -> Scope {
|
|||
.service(channels::uuid::get)
|
||||
.service(channels::uuid::delete)
|
||||
.service(channels::uuid::messages::get)
|
||||
.service(channels::uuid::socket::echo)
|
||||
// Roles
|
||||
.service(roles::get)
|
||||
.service(roles::create)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue