state message changed

This commit is contained in:
Martin Brodbeck 2023-09-26 14:35:48 +02:00
parent 19166d723c
commit a671e79f1a

View file

@ -150,5 +150,5 @@ async fn update_progress(headers: HeaderMap, Json(payload): Json<Progress>) -> S
async fn get_progress() {}
async fn healthcheck() -> (StatusCode, String) {
(StatusCode::OK, "state = 'OK'".to_owned())
(StatusCode::OK, "{ \"state\" : \"OK\" }".to_owned())
}