- Refactors ALC

This commit is contained in:
Vlad
2016-01-25 09:27:51 -05:00
parent a6b64a1c5d
commit 01eb6c7a98
5 changed files with 116 additions and 114 deletions

View File

@ -9,7 +9,7 @@ define([
Module._query = function(args) {
return MailPoet.Ajax.post({
endpoint: 'wordpress',
endpoint: 'automatedLatestContent',
action: args.action,
data: args.options || {},
});