Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created September 30, 2010 20:35
Show Gist options
  • Save hunterloftis/605269 to your computer and use it in GitHub Desktop.
Save hunterloftis/605269 to your computer and use it in GitHub Desktop.
app.post('/app/download.:format', function(req, res) {
if (req.body.attachment) {
console.log("Format is " + req.params.format);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment