autoendpoint/routes/
mod.rs

1pub mod health;
2pub mod registration;
3#[cfg(feature = "reliable_report")]
4pub mod reliability;
5pub mod webpush;