Skip to content

Instantly share code, notes, and snippets.

@bcjordan
Created September 19, 2011 04:41
Show Gist options
  • Save bcjordan/1225969 to your computer and use it in GitHub Desktop.
Save bcjordan/1225969 to your computer and use it in GitHub Desktop.
Heroku working with Facebook's iframe canvas (Node.js and Express)
// add the following to the end of your web.js
// respond to POST /
app.post('/', function(request, response) {
response.redirect('/home');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment