Commit 0b6d87fa authored by Ray Schamp's avatar Ray Schamp

Update pattern so rewrite accepts querystring too

parent 7be6704b
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
}, },
{ {
"name": "hoc", "name": "hoc",
"pattern": "^/hoc/?$", "pattern": "^/hoc/?(\\?.*)?$",
"routeAlias": "/hoc/?\\??", "routeAlias": "/hoc/?\\??",
"view": "hoc/hoc", "view": "hoc/hoc",
"title": "Hour of Code" "title": "Hour of Code"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment