Skip to content

Commit 53729c4

Browse files
Marco129drew-gross
authored andcommitted
Update endpoint url (#422)
1 parent bb6a795 commit 53729c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ParseApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export default class ParseApp {
361361
let path = `/apps/${this.slug}/collections/${className}/clear`;
362362
return AJAX.del(path);
363363
} else {
364-
let path = `classes/${className}`;
364+
let path = `purge/${className}`;
365365
return this.apiRequest('DELETE', path, {}, { useMasterKey: true });
366366
}
367367
}

0 commit comments

Comments
 (0)