@ -189,7 +189,7 @@ func del(w http.ResponseWriter, r *http.Request) error {
if err != nil {
return err
}
err = os.Remove(p)
err = os.RemoveAll(p)