Created
November 4, 2017 20:59
-
-
Save pbzona/fc7cd70f36a939115fe92e69e2aea88d to your computer and use it in GitHub Desktop.
Implement your first microservice - create a body object
This file contains hidden or 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
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