Ghost/core/server/web/api/v2
Kevin Ansfield 58b9aea00d Added publicAdminApi middleware stack
refs https://github.com/TryGhost/Ghost/issues/11083

- the `/api/v2/admin/site/` endpoint is "public" and as such was not using the `authAdminApi` middleware stack so it did not act like other API endpoints with protocol or trailing-slash redirects
- adds `publicAdminApi` middleware array and uses it for the `/site/` endpoint in both v2 and canary API versions
2019-09-10 15:47:49 +01:00
..
admin Added publicAdminApi middleware stack 2019-09-10 15:47:49 +01:00
content 🐛 Fixed CORS for errors from Content API 2019-07-22 12:57:41 +08:00
members Updated members service to use magic-link signin 2019-09-05 11:14:50 +08:00