UNPKG

butterscotch.blog-info

Version:
18 lines (16 loc) 340 B
module.exports={ init : function (adminContext){ adminContext.wrap("addToRes",function(prev, req, res){ prev(req, res); res.locals.blog = { title : 'Larsen' } }); }, public:{ }, execute:function (){ }, decorators : { } }