ruwuma/src/v1.rs
2020-05-23 00:23:01 +02:00

6 lines
144 B
Rust

//! Endpoints for the r0.1.x versions of the federation API specification.
pub mod get_public_rooms;
pub mod get_server_version;
pub mod join;