wip: intentionally bust post-build-hook

This commit is contained in:
Cole Helbling 2024-04-23 08:41:58 -07:00
parent 3b1a1e3c12
commit 1e258373b5

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-paths", &args.server))
.post(format!("http://{}/api/enqueue-pathssss", &args.server))
.header(reqwest::header::CONTENT_TYPE, "application/json")
.body(
serde_json::to_string(&request)