Revert "wip: intentionally bust post-build-hook"

This reverts commit 1e258373b5.
This commit is contained in:
Cole Helbling 2024-04-23 08:59:00 -07:00
parent 1e258373b5
commit 5cb3d69802

View file

@ -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)