//! iLink-compatible HTTP routes exposed to backend clients.
//! Clients configure `base_url = https://your-hub.example.com` and
//! use their virtual token — they see the same API as ilinkai.weixin.qq.com.
//!
//! Module layout (split from a former monolithic `routes.rs`):
//!
//! * [`auth`] — vtoken / admin auth helpers
//! * [`bot`] — register + iLink bot API
//! * [`admin`] — Hub admin / iLink status / UI
//! * [`metrics`] — Prometheus text endpoint
//! * [`wait`] — long-poll shutdown-aware wait helpers
pub use *;
pub use ;
pub use *;
pub use metrics;