Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 4, 2017 20:59
Show Gist options
  • Save pbzona/fc7cd70f36a939115fe92e69e2aea88d to your computer and use it in GitHub Desktop.
Save pbzona/fc7cd70f36a939115fe92e69e2aea88d to your computer and use it in GitHub Desktop.
Implement your first microservice - create a body object
var body = {
email: formEmail,
subject: formSubject,
message: formMessage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment