Ghost/core/server/web/api
Hannah Wolfe 470ed05620
Removed unnecessary email_preview.read serializer
refs: https://github.com/TryGhost/Toolbox/issues/245
refs: https://github.com/TryGhost/Ghost/commit/73f91a524

- we don't need this serializer because the default serializer will do the same thing
- commit 73f91a524 fixes the logic so that the default serializer is called as a fallback
  even though the email_preview serialzier exists, as there's no matching method name
- sadly the route name here is wrong, it should be email_previews plural, but the response format is correct
  to make this work we have to fix the docName and rename the serializer
2022-03-29 13:44:51 +01:00
..
canary Removed unnecessary email_preview.read serializer 2022-03-29 13:44:51 +01:00
middleware Revert "Replace update user last seen middleware with package version" 2021-11-17 11:00:55 +00:00
testmode Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
v2 Replace error handler middleware with @tryghost/mw-error-handler (#13879) 2021-12-14 15:18:46 +00:00
v3 Replace error handler middleware with @tryghost/mw-error-handler (#13879) 2021-12-14 15:18:46 +00:00
app.js 🐛 Fixed /canary/ API endpoints 404s 2022-03-21 19:11:13 +08:00
index.js Renamed app related files+variables for clarity 2020-04-27 17:50:08 +01:00