remove ?$ from search expressjs expression

I don’t see a reason for this to be here, and it’s breaking the build with the explore change
This commit is contained in:
Matthew Taylor 2017-05-24 17:33:55 -04:00
parent 949a166c0f
commit e7c04044ae

View file

@ -196,7 +196,7 @@
}, },
{ {
"name": "search", "name": "search",
"pattern": "^/search/:projects?$/?$", "pattern": "^/search/:projects/?$",
"routeAlias": "/search", "routeAlias": "/search",
"view": "search/search", "view": "search/search",
"title": "Search" "title": "Search"