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

🐛 fix get helper: public api labs (#8255)

no issue
This commit is contained in:
Katharina Irrgang 2017-04-03 18:42:50 +02:00 committed by Hannah Wolfe
parent be977a55cf
commit e9438c650d

View file

@ -144,7 +144,7 @@ module.exports = function getLabsWrapper() {
args = arguments;
return labs.enabledHelper({
flag: 'publicAPI',
flagKey: 'publicAPI',
flagName: 'Public API',
helperName: 'get',
helpUrl: 'http://support.ghost.org/public-api-beta/',