module.exports = (router) => { router.get('/blog', './blog'); router.get('/changelog', './changelog'); };