fix: hook the /add impl up

This commit is contained in:
Joonas Koivunen 2020-07-14 16:50:25 +03:00
parent d54b3b78fa
commit 152086f146

View File

@ -58,7 +58,7 @@ pub fn routes<T: IpfsTypes>(
let api = mount.and(combine!(
shutdown,
id::identity(ipfs),
warp::path!("add").and_then(not_implemented),
root_files::add(ipfs),
bitswap::wantlist(ipfs),
bitswap::stat(ipfs),
block::get(ipfs),