2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/adapters
kirrg001 bc4b637e30 Refactored direct usages of api controllers
refs #9866

- if we start with v2 controllers, the code base should not require specific api controllers
- because e.g. `require('../api/posts')` will no longer exist
- if you require the api folder, you will get the latest available version by default e.g. `require('../api').posts`
- this branch does not touch the test env (!)
2018-09-21 15:18:22 +02:00
..
scheduling Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
storage ES6 migration: server/adapters/storage (#9700) 2018-09-10 13:40:32 +02:00