Skip to content

Instantly share code, notes, and snippets.

@grantstandridge
Last active August 29, 2015 14:15
Show Gist options
  • Save grantstandridge/ea344e3ccb61afe1b556 to your computer and use it in GitHub Desktop.
Save grantstandridge/ea344e3ccb61afe1b556 to your computer and use it in GitHub Desktop.
// Import Route Controllers
var routes = {
views: importRoutes('./views')
};
// Setup Route Bindings
exports = module.exports = function(app) {
app.get('/simplething', routes.views.simplething);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment