Skip to main content

handle_config_get

Function handle_config_get 

Source
pub async fn handle_config_get(
    __arg0: State<AppState>,
    headers: HeaderMap,
) -> Response<Body>
Expand description

GET /api/config — compatibility whole-config read for older bundled dashboard pages. New clients should prefer the per-property API, but returning a masked snapshot here avoids a hard 405 when an older page is served by a newer gateway.