0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core
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
..
client@0f7bf091f4 Updated Ghost-Admin to 2.1.3 2018-09-18 18:07:57 +05:30
server Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
test Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00