5 lines
141 B
Rust

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