feat: add channel endpoint

This commit is contained in:
Radical 2025-05-07 17:24:56 +02:00
parent cf1476f641
commit 67af0c1e74
2 changed files with 107 additions and 5 deletions

View file

@ -32,7 +32,7 @@ struct Role {
pub fn web() -> Scope {
web::scope("/")
.service(res)
.service(channels::web())
.service(channels::response)
}
#[get("{uuid}")]