ruwuma/crates/ruma-identity-service-api/src/tos.rs
Amanda Graven 97937d384c Typo corrections
The "comforming" typo in the function name at
crates/ruma-identifiers-validation/src/user_id.rs:22:26
was not corrected as that would be a breaking change.
2021-06-01 12:45:34 +02:00

4 lines
141 B
Rust

//! Endpoints to retrieve and accept terms of service of an identity server.
pub mod accept_terms_of_service;
pub mod get_terms_of_service;