6 lines
144 B
Rust
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;
|