feat: add boilerplate rust files
This commit is contained in:
parent
34b984a1b5
commit
8241196284
6 changed files with 52 additions and 0 deletions
3
src/api/v1/servers/channels/mod.rs
Normal file
3
src/api/v1/servers/channels/mod.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub fn web() -> Scope {
|
||||
web::scope("/channels")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue