5 lines
75 B
Rust
5 lines
75 B
Rust
//! Endpoint for inviting a remote user to a room
|
|
|
|
pub mod v1;
|
|
pub mod v2;
|