From 45077f90db50fbcb4d13e94b2ee336bf06222b88 Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Mon, 11 Dec 2017 13:30:53 -0500 Subject: Uppercased path->PATH in constants. --- ipfs-api/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipfs-api/src/client.rs') diff --git a/ipfs-api/src/client.rs b/ipfs-api/src/client.rs index 4d6ceab..dee4a24 100644 --- a/ipfs-api/src/client.rs +++ b/ipfs-api/src/client.rs @@ -84,7 +84,7 @@ impl IpfsClient { let url = format!( "{}{}?{}", self.base, - Req::path, + Req::PATH, ::serde_urlencoded::to_string(req)? ); -- cgit v1.2.3