diff --git a/app/http/requests/file/un_archive.go b/app/http/requests/file/un_archive.go index 10277b22..bbcd299d 100644 --- a/app/http/requests/file/un_archive.go +++ b/app/http/requests/file/un_archive.go @@ -17,7 +17,7 @@ func (r *UnArchive) Authorize(ctx http.Context) error { func (r *UnArchive) Rules(ctx http.Context) map[string]string { return map[string]string{ "file": `regex:^/.*$|path_exists`, - "path": `regex:^/.*$|path_not_exists`, + "path": `regex:^/.*$`, } }