mithril_aggregator/http_server/
mod.rs

1
2
3
4
pub mod routes;
pub mod validators;

pub const SERVER_BASE_PATH: &str = "aggregator";