fix: hook the /add impl up
This commit is contained in:
parent
d54b3b78fa
commit
152086f146
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user