diff options
Diffstat (limited to 'src/app.js')
| -rw-r--r-- | src/app.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ const app = express(); app.post('/sms', (req, res) => { const twiml = new MessagingResponse(); - - twiml.message('The Robots are coming! Head for the hills!'); - res.type('text/xml').send(twiml.toString()); }); |
