From ced9339fb6c71f6b6aa502056132894ed0ed908c Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Thu, 29 Jun 2017 15:30:26 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20unnecessary=20=E2=80=98^=E2=80=99=20fr?= =?UTF-8?q?om=20routeAliases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.json b/src/routes.json index 5c467be7d..d78eeabe4 100644 --- a/src/routes.json +++ b/src/routes.json @@ -154,13 +154,13 @@ { "name": "help", "pattern": "^/help/?(\\?.*)?$", - "routeAlias": "^/help/?(\\?.*)?$", + "routeAlias": "/help/?(\\?.*)?$", "redirect": "/tips" }, { "name": "info-redirect", "pattern": "^/info/?(\\?.*)?$", - "routeAlias": "^/info/?(\\?.*)?$", + "routeAlias": "/info/?(\\?.*)?$", "redirect": "/tips" }, {