mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
27b4688cea
refs #9192, #5091 - changed channels to use our new base class - keep the flexible structure, so that channels can be reloaded - I had to move the router into the route service otherwise we get circular dependencies - Don't _really_ want to keep it like this - need a way to define base classes as shared
3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
module.exports.router = require('./router');
|
|
module.exports.loader = require('./loader');
|