Remove most Root paths

This commit is contained in:
Jeff Mitchell
2016-05-31 23:42:54 +00:00
parent 3b4f53b1ab
commit 74a1e3bd61
7 changed files with 5 additions and 42 deletions

View File

@@ -19,12 +19,6 @@ func Backend() *framework.Backend {
b.Backend = &framework.Backend{
Help: strings.TrimSpace(backendHelp),
PathsSpecial: &logical.Paths{
Root: []string{
"config/*",
},
},
Paths: []*framework.Path{
pathConfigConnection(&b),
pathConfigLease(&b),