Allow querystring in /hoc URL

We should fix this for every URL, but that is too large of a change for a hotfix
This commit is contained in:
Ray Schamp 2016-11-07 11:13:32 -05:00
parent dacc51d1ae
commit 7be6704b51

View file

@ -122,7 +122,7 @@
{
"name": "hoc",
"pattern": "^/hoc/?$",
"routeAlias": "/hoc/?$",
"routeAlias": "/hoc/?\\??",
"view": "hoc/hoc",
"title": "Hour of Code"
},