aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/handlers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-http/src/handlers.rs')
-rw-r--r--lockchain-http/src/handlers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-http/src/handlers.rs b/lockchain-http/src/handlers.rs
index 8ce44da..287ef54 100644
--- a/lockchain-http/src/handlers.rs
+++ b/lockchain-http/src/handlers.rs
@@ -46,7 +46,7 @@ where
(&item.location).into()
};
- state.add_vault(&item.name, V::new(&item.name, location.to_str().unwrap()));
+ // state.add_vault(&item.name, V::new(&item.name, location.to_str().unwrap()));
Json(Response::Success)
}