0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/api/v3
Hannah Wolfe 26f56626ce Updated host config to correctly use camelCase
refs https://github.com/TryGhost/Team/issues/510

- When the host config was introduced it was incorrectly introduced as host_settings instead of hostSettings
- All other Ghost config uses camelCase, so changing this now before it becomes a problem
- Note: Also removed some rogue return awaits that don't make sense. It's not possible to hit that case, but cleaning up anyway
2021-03-04 11:39:32 +00:00
..
utils Removed hardcoded currency symbols (#12700) 2021-02-25 09:49:07 +00:00
actions.js
authentication.js
authors-public.js
config.js
db.js
email-preview.js Bumped MEGA related serialization code to use v4 API 2021-03-02 14:31:01 +13:00
email.js
identities.js
images.js
index.js
integrations.js
invites.js
labels.js
mail.js
members.js
memberSigninUrls.js
membersStripeConnect.js
notifications.js
oembed.js
pages-public.js
pages.js
posts-public.js
posts.js Bumped MEGA related serialization code to use v4 API 2021-03-02 14:31:01 +13:00
preview.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
site.js
slack.js
slugs.js
snippets.js
tags-public.js
tags.js
themes.js Updated host config to correctly use camelCase 2021-03-04 11:39:32 +00:00
users.js
webhooks.js