Skip to content

Commit

Permalink
🐛 fix get helper: public api labs (#8255)
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
kirrg001 authored and ErisDS committed Apr 3, 2017
1 parent be977a5 commit e9438c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/helpers/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit e9438c6

Please sign in to comment.