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

[Master] Hotfix: allow querystrings for `/go`
This commit is contained in:
Matthew Taylor 2016-11-22 15:23:46 -05:00 committed by GitHub
commit 3c301c52c6

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"
},