mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
e9d6f61029
refs: https://github.com/TryGhost/Ghost/commit/11867ab43
- These checks live in the wrong place. They are mostly a frontend thing
- The only server place they were used was slack and that was fixed in 11867ab43
- Moving these to the frontend they fit neatly into the frontend data service
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
module.exports = {
|
|
checks: require('./checks'),
|
|
entryLookup: require('./entry-lookup'),
|
|
fetchData: require('./fetch-data')
|
|
};
|