Merge pull request #1392 from chrisgarrity/remove-alias-caret

Remove unnecessary ‘^’ from routeAliases
This commit is contained in:
chrisgarrity 2017-06-29 16:38:19 -04:00 committed by GitHub
commit 91b1784e33

View file

@ -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"
},
{