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

5 lines
110 B
Rust

//! Endpoints to create associations with a Matrix ID on the identity server.
pub mod email;
pub mod msisdn;