diff options
Diffstat (limited to 'service/http/parse.go')
-rw-r--r-- | service/http/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/parse.go b/service/http/parse.go index 898f39a1..fe8361d6 100644 --- a/service/http/parse.go +++ b/service/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 *FsConfig) (*Uploads, error) { +func parseUploads(r *http.Request, cfg *UploadsConfig) (*Uploads, error) { u := &Uploads{ cfg: cfg, tree: make(fileTree), |