summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/request/cat.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/cat.rs
parentc58f396845ee421fc818ed8999103b241b495f1c (diff)
Uppercased path->PATH in constants.
Diffstat (limited to 'ipfs-api/src/request/cat.rs')
-rw-r--r--ipfs-api/src/request/cat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/request/cat.rs b/ipfs-api/src/request/cat.rs
index 5bae654..e288f7f 100644
--- a/ipfs-api/src/request/cat.rs
+++ b/ipfs-api/src/request/cat.rs
@@ -16,5 +16,5 @@ pub struct Cat<'a> {
}
impl<'a> ApiRequest for Cat<'a> {
- const path: &'static str = "/cat";
+ const PATH: &'static str = "/cat";
}