UNPKG

dotnode

Version:

.NET-like MVC framework for Node.js

10 lines (6 loc) 196 B
var AppContext = function (routes) { this.routes = routes; }; AppContext.prototype.routes = null; AppContext.prototype.publicDirectory = null; module.exports = AppContext;