mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
add a first working test with actixweb
This commit is contained in:
parent
391eb72137
commit
fbea721378
2 changed files with 20 additions and 29 deletions
|
@ -1286,7 +1286,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(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue