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:
parent
8e54cfd31f
commit
a30812cce1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue