7 lines
No EOL
94 B
Rust
7 lines
No EOL
94 B
Rust
use actix_web::{web, Scope};
|
|
|
|
mod uuid;
|
|
|
|
pub fn web() -> Scope {
|
|
web::scope("/channels")
|
|
} |