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