Update pattern so rewrite accepts querystring too

This commit is contained in:
Ray Schamp 2016-11-07 12:07:22 -05:00
parent 7be6704b51
commit 0b6d87fa91

View file

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