Merge pull request #1065 from mewtaylor/issue/go-page-querystring

[Staging] Hotfix: allow querystrings for `/go`
This commit is contained in:
Matthew Taylor 2016-11-22 14:22:21 -05:00 committed by GitHub
commit 20bc8b874c

View file

@ -134,8 +134,8 @@
},
{
"name": "things-to-try",
"pattern": "^/go/?$",
"routeAlias": "/go/?$",
"pattern": "^/go/?(\\?.*)?$",
"routeAlias": "/go/?\\??$",
"view": "thingstotry/thingstotry",
"title": "Things to Try"
},