allow querystrings for /go

again, the same as , but needed too soon for a full fix of this issue.
This commit is contained in:
Matthew Taylor 2016-11-22 10:40:35 -05:00
parent e4c82ab55f
commit a182367a4e

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