diff --git a/main.go b/main.go index a63429b..58b2141 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ func main() { http.HandleFunc("/s3/", web.S3Handler) http.HandleFunc("/uploadpage", web.UploadIndexHandler) http.HandleFunc("/upload", web.UploadHandler) - http.HandleFunc("/delete", web.DeleteHandler) + http.HandleFunc("/remove", web.RemoveHandler) http.HandleFunc("/rename", web.RenameHandler) http.HandleFunc("/mkdir", web.MkdirHandler) http.HandleFunc("/rmdir", web.RmdirHandler) diff --git a/static/index.html b/static/index.html index ed4908d..b0a3dcc 100644 --- a/static/index.html +++ b/static/index.html @@ -33,9 +33,11 @@ New File -