//! HTTP route handlers for the client server.
//!
//! - [`events`]: Historical event feed and live SSE stream for file change notifications.
//! - [`root`]: Server info endpoint.
//! - [`signup_tokens`]: Signup token validation.
//! - [`tenants`]: Per-user data routes (read, write).
//!
//! Auth routes (signup, signin, session management) live in [`crate::client_server::auth::routes`].
pub
pub
pub
pub