Auth for files enabled

This commit is contained in:
Bel LaPointe
2020-07-24 15:09:12 -06:00
parent 3a69fad9f7
commit 5aa121a42e
2 changed files with 20 additions and 4 deletions

View File

@@ -37,9 +37,8 @@ func jsonHandler(g storage.Graph) http.Handler {
noauth: true,
},
{
path: config.New().FilePrefix + "/",
foo: files,
noauth: true,
path: config.New().FilePrefix + "/",
foo: files,
},
}