提交 f5c8aea8 作者: Juan Benet

Merge pull request #2065 from ipfs/feat/gateway-get

add 'get' to the allowed gateway commands
......@@ -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{
......@@ -149,6 +150,7 @@ var rootROSubcommands = map[string]*cmds.Command{
"links": objectLinksCmd,
"get": objectGetCmd,
"stat": objectStatCmd,
"patch": objectPatchCmd,
},
},
"refs": RefsROCmd,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论