Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Jul 3, 2024
1 parent 96ac14b commit 40553c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ async fn post(mut store: Store, req: Request<hyper::body::Incoming>) -> HTTPResu
if !path.is_empty() {
eprintln!("kv path: '{}'", &path);
return post_kv(store, path, body).await;
return Ok(Response::new(full("POST: kv")));
}
}
}
Expand Down

0 comments on commit 40553c8

Please sign in to comment.