codebuddies / greetbot

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

Routes refactor #79

Closed stain88 closed 6 years ago

stain88 commented 6 years ago

With the stable alpha-release of greetbot, I think now would be a good time to look at refactoring our routes setup, to minimise bloat in our index.js entry file. We already have 7 routes (including different verbs), and at least another 6 planned.

This work shouldn't impact any resource gathering, so carry on with that.