Skip to content

Commit 5688b0c

Browse files
author
Rafael Santos
committed
Change endpoint to parse-app
1 parent 1bb621a commit 5688b0c

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
@@ -345,7 +345,7 @@ export default class ParseApp {
345345
}
346346

347347
cleanUpSystemLog() {
348-
let path = '/apps/' + this.slug + '/purge-logs';
348+
let path = '/parse-app/' + this.slug + '/purge-logs';
349349
return AJAX.post(path);
350350
}
351351

0 commit comments

Comments
 (0)