ares/api/
mod.rs

1//! HTTP API handlers and routes.
2
3#![allow(missing_docs)]
4
5pub mod handlers;
6pub mod routes;