Ghost/core
Hannah Wolfe 2b6b31ee14
Removed unnecessary authors serializer
refs: https://github.com/TryGhost/Toolbox/issues/245

- we don't need this serializer because the default serializer will call the authors mapper
- added an author mapper which is just an alias for users. I did this in a named file, not in index.js
  - because we want to change the api framework to load files automatically without needing index files.
  - makes sense to hold off that deeper change until we only have one api version else we have to change old APIs
2022-03-23 14:09:24 +00:00
..
client@d32b46d16d Updated Admin to v4.41.1 2022-03-23 08:24:59 +00:00
frontend Fixed theme error handler (#14363) 2022-03-22 15:32:55 +00:00
server Removed unnecessary authors serializer 2022-03-23 14:09:24 +00:00
shared Improved settings cache unit tests 2022-03-23 11:37:52 +00:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added handler for unhandled rejections 2022-02-18 10:35:36 +01:00
bridge.js 💡 Pinned frontend API version to canary 2022-02-17 17:55:55 +00:00