diff options
Diffstat (limited to 'http/parse.go')
-rw-r--r-- | http/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/parse.go b/http/parse.go index fe8361d6..898f39a1 100644 --- a/http/parse.go +++ b/http/parse.go @@ -69,7 +69,7 @@ func (d dataTree) mount(i []string, v []string) { } // parse incoming dataTree request into JSON (including multipart form dataTree) -func parseUploads(r *http.Request, cfg *UploadsConfig) (*Uploads, error) { +func parseUploads(r *http.Request, cfg *FsConfig) (*Uploads, error) { u := &Uploads{ cfg: cfg, tree: make(fileTree), |