2023-05-30 20:58:24 +02:00

5 lines
133 B
Rust

//! Endpoints part of the application service extension of the client-server API
pub mod request_ping;
pub mod set_room_visibility;