2021-05-03 15:50:27 +02:00

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;