ruma_identity_service_api/
tos.rs

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