feat: add boilerplate rust files

This commit is contained in:
Radical 2025-05-03 05:32:22 +02:00
parent 34b984a1b5
commit 8241196284
6 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,3 @@
pub fn web() -> Scope {
web::scope("/channels")
}