0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Bumped default API for member to v3

This commit is contained in:
Nazar Gargol 2019-09-17 10:15:39 +02:00
parent 8e54cfd31f
commit a30812cce1

View file

@ -55,7 +55,7 @@ const getApiUrl = ({version, type}) => {
};
const siteUrl = urlUtils.getSiteUrl();
const membersApiUrl = getApiUrl({version: 'v2', type: 'members'});
const membersApiUrl = getApiUrl({version: 'v3', type: 'members'});
const ghostMailer = new mail.GhostMailer();