Skip to content

Commit

Permalink
Merge pull request #2065 from ipfs/feat/gateway-get
Browse files Browse the repository at this point in the history
add 'get' to the allowed gateway commands
  • Loading branch information
jbenet committed Dec 14, 2015
2 parents 4397adf + bfff3fa commit f5c8aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ var rootROSubcommands = map[string]*cmds.Command{
},
"cat": CatCmd,
"commands": CommandsDaemonROCmd,
"get": GetCmd,
"ls": LsCmd,
"name": &cmds.Command{
Subcommands: map[string]*cmds.Command{
Expand All @@ -149,6 +150,7 @@ var rootROSubcommands = map[string]*cmds.Command{
"links": objectLinksCmd,
"get": objectGetCmd,
"stat": objectStatCmd,
"patch": objectPatchCmd,
},
},
"refs": RefsROCmd,
Expand Down

0 comments on commit f5c8aea

Please sign in to comment.