Skip to content

Commit

Permalink
Fixed mozilla#1821 - Added route for "orange" share link
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 17, 2020
1 parent 680321c commit 4daaa41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const csrfProtection = csrf();

router.get("/", csrfProtection, home);
router.get("/share/", csrfProtection, home);
router.get("/share/orange", csrfProtection, home);
router.get("/share/purple", csrfProtection, home);
router.get("/share/red", csrfProtection, home);
router.get("/share/blue", csrfProtection, home);
Expand Down

0 comments on commit 4daaa41

Please sign in to comment.