mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
add a first working test with actixweb
This commit is contained in:
@ -1275,7 +1275,8 @@ impl IndexScheduler {
|
||||
let _ = serde_json::to_writer(&mut buffer, &task);
|
||||
}
|
||||
|
||||
let _ = ureq::post(url).send_bytes(&buffer);
|
||||
println!("Sending request to {url}");
|
||||
let _ = ureq::post(url).send_bytes(&buffer).unwrap();
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user