Function handle_events_history
pub async fn handle_events_history(
__arg0: State<AppState>,
headers: HeaderMap,
) -> impl IntoResponseExpand description
GET /api/events/history — return buffered recent events as JSON.
pub async fn handle_events_history(
__arg0: State<AppState>,
headers: HeaderMap,
) -> impl IntoResponseGET /api/events/history — return buffered recent events as JSON.