Skip to content

Instantly share code, notes, and snippets.

@ramontristani
Created February 25, 2014 06:18
Show Gist options
  • Save ramontristani/9203705 to your computer and use it in GitHub Desktop.
Save ramontristani/9203705 to your computer and use it in GitHub Desktop.
Routes root module
Router = function(app) {
return {
Home: require('./home')(app)
};
};
module.exports = Router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment