mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Merge pull request #3517 from FreeCodeCamp/fix-tshirt
fix tshirt version 2 not submitting properly bug
This commit is contained in:
commit
0cf3c31a92
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user