Revert "wip: intentionally bust post-build-hook"
This reverts commit 1e258373b5
.
This commit is contained in:
parent
1e258373b5
commit
5cb3d69802
|
@ -407,7 +407,7 @@ async fn post_build_hook(out_paths: &str) -> Result<()> {
|
|||
let request = api::EnqueuePathsRequest { store_paths };
|
||||
|
||||
let response = reqwest::Client::new()
|
||||
.post(format!("http://{}/api/enqueue-pathssss", &args.server))
|
||||
.post(format!("http://{}/api/enqueue-paths", &args.server))
|
||||
.header(reqwest::header::CONTENT_TYPE, "application/json")
|
||||
.body(
|
||||
serde_json::to_string(&request)
|
||||
|
|
Loading…
Reference in a new issue