From a182367a4e1620fc036692e8b64bfd4d3a4be8b0 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 22 Nov 2016 10:40:35 -0500 Subject: [PATCH] allow querystrings for `/go` again, the same as #1004, but needed too soon for a full fix of this issue. --- src/routes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.json b/src/routes.json index 6186498fe..ffef1d510 100644 --- a/src/routes.json +++ b/src/routes.json @@ -134,8 +134,8 @@ }, { "name": "things-to-try", - "pattern": "^/go/?$", - "routeAlias": "/go/?$", + "pattern": "^/go/?(\\?.*)?$", + "routeAlias": "/go/?\\??$", "view": "thingstotry/thingstotry", "title": "Things to Try" },