Skip to content

Instantly share code, notes, and snippets.

@Jigarsolanki
Created December 8, 2012 20:43
Show Gist options
  • Save Jigarsolanki/4241845 to your computer and use it in GitHub Desktop.
Save Jigarsolanki/4241845 to your computer and use it in GitHub Desktop.
exports.addPet = function (req, res) {
//Do something to save the data for a new pet
res.send(200, {'result': 'success'});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment