fix tshirt version 2 not submitting properly bug

This commit is contained in:
Quincy Larson
2015-09-27 14:00:55 -07:00
parent d08c3e5a88
commit 5b5b37adff

View File

@ -77,7 +77,7 @@ module.exports = function(app) {
router.get('/account/unlink/:provider', getOauthUnlink);
router.get('/account', getAccount);
router.get('/vote1', vote1);
router.get('/vote2', vote1);
router.get('/vote2', vote2);
// Ensure this is the last route!
router.get('/:username', returnUser);