Merge pull request #1005 from LLK/hotfix/hoc-url

[Develop] Allow querystring in /hoc URL
This commit is contained in:
Ray Schamp 2016-11-07 11:54:22 -05:00 committed by GitHub
commit c83ffbef46

View file

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