summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/request/get.rs
diff options
context:
space:
mode:
authorSimon Heath <icefoxen@gmail.com>2017-12-11 13:30:53 -0500
committerSimon Heath <icefoxen@gmail.com>2017-12-11 13:30:53 -0500
commit45077f90db50fbcb4d13e94b2ee336bf06222b88 (patch)
treea8126aaa8e6ef259b6551ac08182bfb9602ca932 /ipfs-api/src/request/get.rs
parentc58f396845ee421fc818ed8999103b241b495f1c (diff)
Uppercased path->PATH in constants.
Diffstat (limited to 'ipfs-api/src/request/get.rs')
-rw-r--r--ipfs-api/src/request/get.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/request/get.rs b/ipfs-api/src/request/get.rs
index 1f5e2e0..8c1b3c9 100644
--- a/ipfs-api/src/request/get.rs
+++ b/ipfs-api/src/request/get.rs
@@ -16,5 +16,5 @@ pub struct Get<'a> {
}
impl<'a> ApiRequest for Get<'a> {
- const path: &'static str = "/get";
+ const PATH: &'static str = "/get";
}