UNPKG

wheelhouse-router

Version:

A wheelhouse library to marry flatiron's Director with Backbone's router

13 lines (10 loc) 152 B
'use strict'; var apiDo = function(){ return 'api value' } module.exports = { index: function(done){ this.res.write(apiDo()) done() } }