UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

15 lines (12 loc) 239 B
/** * Created by Johan on 10/14/2015. */ module.exports = function() { return new Module() ; }; function Module() { this.checkIndex = function (req,res,next,$happn) { req.url = req.url.replace('html', 'htm'); next(); } }