Skip to main content

bhtune_server/routes/
mod.rs

1//! HTTP route modules, one per resource. Each exposes a plain `pub fn router() ->
2//! axum::Router<AppState>`, merged together in [`crate::build_router`].
3
4pub mod capabilities;
5pub mod config;
6pub mod demo;
7pub mod draft;
8pub mod health;
9pub mod history;
10pub mod opc;
11pub mod runs;
12pub mod stream;
13pub mod templates;