feat: add channel endpoint
This commit is contained in:
parent
cf1476f641
commit
67af0c1e74
2 changed files with 107 additions and 5 deletions
|
@ -32,7 +32,7 @@ struct Role {
|
|||
pub fn web() -> Scope {
|
||||
web::scope("/")
|
||||
.service(res)
|
||||
.service(channels::web())
|
||||
.service(channels::response)
|
||||
}
|
||||
|
||||
#[get("{uuid}")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue