Loading src/http_server/delete.go +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ type FileDelete struct { } func (op FileDelete) Operation() string { return OpDownload return OpDelete } func (op FileDelete) LocalAsServiceUser(w http.ResponseWriter, r *http.Request, request fileOpRequest) { Loading Loading
src/http_server/delete.go +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ type FileDelete struct { } func (op FileDelete) Operation() string { return OpDownload return OpDelete } func (op FileDelete) LocalAsServiceUser(w http.ResponseWriter, r *http.Request, request fileOpRequest) { Loading