v2.8.2: Update to Route Behaviors
v2.8.2
- Fixed bug in production where reminder emails will never be sent.
v2.8.1
- Fixed issue with a incorrectly defined array.
- Added link to
/login
for anonymous users looking at/week
or/week/:num
.
v2.8.0
Three routes have been update to respond without parameters.
-
/picks/:name
→/picks
Logged in users will see their picks page.
Anonymous users will see a list of users to choose from. -
/week/:num
→/week
Shows the latest challenge.
-
/picks-week/:num
→/picks-week
Shows the latest complete picks week page.