Removing root protected endpoints

This commit is contained in:
Chris Hoffman 2016-03-10 21:08:39 -05:00
parent dc7da4f4e8
commit ba94451875
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,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),