From 788b034f322262402c55a75f4687c0adea56c869 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 22 Nov 2016 14:56:27 -0500 Subject: [PATCH] Remove extra $ --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index ffef1d510..75b2e6938 100644 --- a/src/routes.json +++ b/src/routes.json @@ -135,7 +135,7 @@ { "name": "things-to-try", "pattern": "^/go/?(\\?.*)?$", - "routeAlias": "/go/?\\??$", + "routeAlias": "/go/?\\??", "view": "thingstotry/thingstotry", "title": "Things to Try" },