Skip to content

Commit

Permalink
Allow querystring in /hoc URL
Browse files Browse the repository at this point in the history
We should fix this for every URL, but that is too large of a change for a hotfix
  • Loading branch information
Ray Schamp committed Nov 7, 2016
1 parent dacc51d commit 7be6704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
{
"name": "hoc",
"pattern": "^/hoc/?$",
"routeAlias": "/hoc/?$",
"routeAlias": "/hoc/?\\??",
"view": "hoc/hoc",
"title": "Hour of Code"
},
Expand Down

0 comments on commit 7be6704

Please sign in to comment.