0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/route/site-router.js

6 lines
177 B
JavaScript
Raw Normal View History

// Site Router is the top level Router for the whole site
var ParentRouter = require('./ParentRouter'),
siteRouter = new ParentRouter('site');
module.exports = siteRouter;