From e7c04044ae7ea5ff0fb5c9531a9864e7992fc2ea Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 24 May 2017 17:33:55 -0400 Subject: [PATCH] remove `?$` from search expressjs expression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t see a reason for this to be here, and it’s breaking the build with the explore change --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index b0ae23107..966010e6a 100644 --- a/src/routes.json +++ b/src/routes.json @@ -196,7 +196,7 @@ }, { "name": "search", - "pattern": "^/search/:projects?$/?$", + "pattern": "^/search/:projects/?$", "routeAlias": "/search", "view": "search/search", "title": "Search"