Ghost/core/server/adapters/scheduling
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
..
post-scheduling Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
index.js ES6 migration: server/adapters/scheduling/post-scheduling (#9698) 2018-06-26 00:46:31 +02:00
SchedulingBase.js 🎨 Move scheduling and storage in adapters/ (#8435) 2017-05-15 12:52:01 +02:00
SchedulingDefault.js ES6 migration: server/adapters/SchedulingDefault (#9696) 2018-09-10 11:47:43 +02:00
utils.js ES6 migration: server/adapters/scheduling/utils.js (#9689) 2018-06-14 19:15:12 +02:00