Ghost/core/server/web/api/v2/content
Fabien O'Carroll dcfaecfe92
🐛 Added CORS support to the v2 Content API (#10257)
no-issue

When trying to use /api/v2/content from a different domain, the requests
were failing with CORS errors. This doesn't use the shared cors middleware,
because it should be open to all hosts, and not locked down via our
whitelist or trusted domains.
2018-12-11 11:44:12 +07:00
..
app.js Optimised web/ debug logs 2018-10-04 17:43:08 +02:00
middleware.js ♻ Updated naming for Content API specific middleware 2018-11-08 13:34:29 +07:00
routes.js 🐛 Added CORS support to the v2 Content API (#10257) 2018-12-11 11:44:12 +07:00