Skip to content

Instantly share code, notes, and snippets.

@saintc0d3r
Created May 27, 2014 04:53
Show Gist options
  • Save saintc0d3r/dcf2e275f92920e89cec to your computer and use it in GitHub Desktop.
Save saintc0d3r/dcf2e275f92920e89cec to your computer and use it in GitHub Desktop.
config/routes.js
module.exports.routes = {
// By default, your root route (aka home page) points to a view
// located at `views/home/index.ejs`
//
// (This would also work if you had a file at: `/views/home.ejs`)
'/': {
controller: 'HomeController',
action: 'hello_world'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment