Ghost/core/server/web
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
..
admin Fixed theme error handler (#14363) 2022-03-22 15:32:55 +00:00
api Removed unnecessary email_preview.read serializer 2022-03-29 13:44:51 +01:00
members Removed public cache-control header for member site endpoint 2022-03-03 15:25:49 +00:00
oauth Merged our two maintenance middleware into one 2021-11-24 11:27:18 +00:00
parent Centralized base API path value across server codebase 2022-03-09 17:15:51 +08:00
shared Centralized base API path value across server codebase 2022-03-09 17:15:51 +08:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00