UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

12 lines (9 loc) 282 B
var express = require('express'); /* This is a shorthand method for keystone instances to create a new express router, to make it simpler for projects that don't directly depend on express */ function createRouter () { return express.Router(); } module.exports = createRouter;