state message changed
This commit is contained in:
parent
19166d723c
commit
a671e79f1a
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue