2022-03-14 10:06:35 +01:00

5 lines
140 B
Rust

//! Various endpoints related to identity server status and metadata discovery.
pub mod get_server_status;
pub mod get_supported_versions;