summaryrefslogtreecommitdiffstats
path: root/examples/helpers/mail/example.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helpers/mail/example.js')
-rw-r--r--examples/helpers/mail/example.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helpers/mail/example.js b/examples/helpers/mail/example.js
index ab5640d..4959fe0 100644
--- a/examples/helpers/mail/example.js
+++ b/examples/helpers/mail/example.js
@@ -142,7 +142,7 @@ function send(toSend){
var emptyRequest = require('sendgrid-rest').request
var requestPost = JSON.parse(JSON.stringify(emptyRequest))
requestPost.method = 'POST'
- requestPost.path = '/v3/mail/send/beta'
+ requestPost.path = '/v3/mail/send'
requestPost.requestBody = requestBody
sg.API(requestPost, function (response) {
console.log(response.statusCode)