mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
be977a55cf
commit
e9438c650d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ module.exports = function getLabsWrapper() {
|
||||||
args = arguments;
|
args = arguments;
|
||||||
|
|
||||||
return labs.enabledHelper({
|
return labs.enabledHelper({
|
||||||
flag: 'publicAPI',
|
flagKey: 'publicAPI',
|
||||||
flagName: 'Public API',
|
flagName: 'Public API',
|
||||||
helperName: 'get',
|
helperName: 'get',
|
||||||
helpUrl: 'http://support.ghost.org/public-api-beta/',
|
helpUrl: 'http://support.ghost.org/public-api-beta/',
|
||||||
|
|
Loading…
Add table
Reference in a new issue