0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/api/canary/admin
Daniel Lockyer 10874100ef
Deleted mail/ Admin API endpoint
refs https://github.com/TryGhost/Toolbox/issues/308

- this endpoint isn't used by Admin, nor Ghost, and isn't documented
  publicly
- we are nuking it in v5 so the easiest step to achieve that is by
  removing the API route mounts
- there's plenty of cleanup here, including refactoring other API
  controllers to avoid using the `mail` API controller, but this is the
  easiest way to achieve what we want
2022-04-28 15:37:10 +01:00
..
app.js Hooked up api version compatibility middleware 2022-04-22 16:31:56 +08:00
middleware.js Enabled Admin integration for tiers and offers API (#14325) 2022-03-16 16:46:26 +05:30
routes.js Deleted mail/ Admin API endpoint 2022-04-28 15:37:10 +01:00