Created
September 19, 2011 04:41
-
-
Save bcjordan/1225969 to your computer and use it in GitHub Desktop.
Heroku working with Facebook's iframe canvas (Node.js and Express)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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