Skip to content

Commit

Permalink
For now remove export from the gateway whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Apr 8, 2020
1 parent 5d1a31a commit 20a89b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func TestROCommands(t *testing.T) {
"/commands",
"/dag",
"/dag/get",
"/dag/export",
"/dag/resolve",
"/dns",
"/get",
Expand Down
1 change: 0 additions & 1 deletion core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ var rootROSubcommands = map[string]*cmds.Command{
"dag": {
Subcommands: map[string]*cmds.Command{
"get": dag.DagGetCmd,
"export": dag.DagExportCmd,
"resolve": dag.DagResolveCmd,
},
},
Expand Down

0 comments on commit 20a89b3

Please sign in to comment.