fix: add patch request as a service in actix
whoops forgot to add /channels/{uuid} patch request into actix
This commit is contained in:
parent
c4fc23ec85
commit
08cb70ce18
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ pub fn web() -> Scope {
|
|||
web::scope("/channels")
|
||||
.service(uuid::get)
|
||||
.service(uuid::delete)
|
||||
.service(uuid::patch)
|
||||
.service(uuid::messages::get)
|
||||
.service(uuid::socket::ws)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue