style: 🎨 restructure server folder
This commit is contained in:
parent
d72214eb56
commit
776750578d
5 changed files with 11 additions and 5 deletions
7
src/api/v1/servers/uuid/channels/mod.rs
Normal file
7
src/api/v1/servers/uuid/channels/mod.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use actix_web::{web, Scope};
|
||||
|
||||
mod uuid;
|
||||
|
||||
pub fn web() -> Scope {
|
||||
web::scope("/channels")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue