futher improve calculator ux

This commit is contained in:
Quincy Larson
2015-06-16 12:32:12 -07:00
parent 9bc4f0c25c
commit 2cb0a3d717
4 changed files with 59 additions and 51 deletions

View File

@ -27,7 +27,7 @@ module.exports = function(app) {
router.post('/get-help', getHelp);
router.post('/get-pair', getPair);
router.get('/chat', chat);
router.get('/bootcamp-calculator', bootcampCalculator);
router.get('/coding-bootcamp-cost-calculator', bootcampCalculator);
router.get('/bootcamp-calculator.json', bootcampCalculatorJson);
router.get('/twitch', twitch);
router.get('/pmi-acp-agile-project-managers', agileProjectManagers);