Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#4827 from ipfs/fix/4823
Browse files Browse the repository at this point in the history
pre-populate required arguments from request body

This commit was moved from ipfs/kubo@4bdbe1a
  • Loading branch information
whyrusleeping authored Mar 19, 2018
2 parents 2d0f1b9 + 64cb487 commit c7ac270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/core/corehttp/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
path "github.com/ipfs/go-ipfs/path"
config "github.com/ipfs/go-ipfs/repo/config"

cmds "gx/ipfs/QmabLouZTZwhfALuBcssPvkzhbYGMb4394huT7HY4LQ6d3/go-ipfs-cmds"
cmdsHttp "gx/ipfs/QmabLouZTZwhfALuBcssPvkzhbYGMb4394huT7HY4LQ6d3/go-ipfs-cmds/http"
cmds "gx/ipfs/QmSBXjZJCTmRSLXzXr4duHKzWfgDX8aJ6XuPXCQZuVU1LP/go-ipfs-cmds"
cmdsHttp "gx/ipfs/QmSBXjZJCTmRSLXzXr4duHKzWfgDX8aJ6XuPXCQZuVU1LP/go-ipfs-cmds/http"
)

var (
Expand Down

0 comments on commit c7ac270

Please sign in to comment.