aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/handlers.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-06-09 01:36:31 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-06-09 01:36:31 +0200
commita7a4df2dc1a8df878db19abe9c6ee894a3342532 (patch)
tree7f4a1126822724f79d5788fc6fad4d5ca0dfde15 /lockchain-http/src/handlers.rs
parent73ba7f8139f171187e7fd35abea10587f4bef324 (diff)
Working on lockchain integration
Diffstat (limited to 'lockchain-http/src/handlers.rs')
-rw-r--r--lockchain-http/src/handlers.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lockchain-http/src/handlers.rs b/lockchain-http/src/handlers.rs
index d4f707e..6b9e641 100644
--- a/lockchain-http/src/handlers.rs
+++ b/lockchain-http/src/handlers.rs
@@ -6,6 +6,8 @@ use lockchain::{traits::Body, Record};
use model::CarrierMessage;
/// PUT /vault
+///
+///
pub fn create_vault(_req: HttpRequest) -> impl Responder {
format!("Unimplemented!")
}