2021-05-03 15:50:27 +02:00

5 lines
75 B
Rust

//! Endpoint for inviting a remote user to a room
pub mod v1;
pub mod v2;