style: 🎨 restructure server folder

This commit is contained in:
Radical 2025-05-04 06:25:01 +02:00
parent d72214eb56
commit 776750578d
5 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,7 @@
use actix_web::{web, Scope};
mod uuid;
pub fn web() -> Scope {
web::scope("/channels")
}