sui_proxy::admin

Function app

Source
pub fn app(
    labels: Labels,
    client: ReqwestClient,
    relay: HistogramRelay,
    allower: Option<SuiNodeProvider>,
    timeout_secs: Option<u64>,
) -> Router
Expand description

App will configure our routes. This fn is also used to instrument our tests