mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
dcfaecfe92
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. |
||
---|---|---|
.. | ||
app.js | ||
middleware.js | ||
routes.js |