return status ok on requestCrawl
parent
41450ec342
commit
4b79a621fb
|
@ -34,5 +34,7 @@ pub async fn handle_request_crawl(
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Ok(Response::builder().status(200).body(body_empty())?)
|
Ok(Response::builder()
|
||||||
|
.status(200)
|
||||||
|
.body(body_full(r#"{"status":"ok"}"#))?)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue