diff --git a/twiml/message/your-response/your-response-1/your-response-1.3.x.js b/twiml/message/your-response/your-response-1/your-response-1.3.x.js index ca38b123b..8b1378917 100644 --- a/twiml/message/your-response/your-response-1/your-response-1.3.x.js +++ b/twiml/message/your-response/your-response-1/your-response-1.3.x.js @@ -1,9 +1 @@ -const MessagingResponse = require('twilio').twiml.MessagingResponse; - -const response = new MessagingResponse(); -const message = response.message(); -message.body('Hello World!'); -response.redirect('https://demo.twilio.com/welcome/sms/'); - -console.log(response.toString());