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", "name": "things-to-try",
"pattern": "^/go/?$", "pattern": "^/go/?(\\?.*)?$",
"routeAlias": "/go/?$", "routeAlias": "/go/?\\??$",
"view": "thingstotry/thingstotry", "view": "thingstotry/thingstotry",
"title": "Things to Try" "title": "Things to Try"
}, },