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

[Master] Allow querystring in /hoc URL
This commit is contained in:
Ray Schamp 2016-11-07 16:39:41 -05:00 committed by GitHub
commit 36b28e69f4

View file

@ -121,8 +121,8 @@
},
{
"name": "hoc",
"pattern": "^/hoc/?$",
"routeAlias": "/hoc/?$",
"pattern": "^/hoc/?(\\?.*)?$",
"routeAlias": "/hoc/?\\??",
"view": "hoc/hoc",
"title": "Hour of Code"
},