codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

Corrected typos from initial rebase and merge from this morning #16

Closed BethanyG closed 6 years ago

BethanyG commented 6 years ago

All changes were to index.js. Current code is running on Glitch.com

Changed const initalResponse = require('./app/routes/interactive/initial'); TO const initalResponse = require('./app/routes/interactive/initialRefactor');

Also added the req, and res parameters to the method calls in each route ... otherwise, the send fails.