Merge pull request #1390 from chrisgarrity/issue/gh1387

Add /info redirect
This commit is contained in:
chrisgarrity 2017-06-29 07:33:07 -04:00 committed by GitHub
commit f1cfeeca81

View file

@ -157,6 +157,12 @@
"routeAlias": "/help",
"redirect": "/tips"
},
{
"name": "info-redirect",
"pattern": "^/info/?$",
"routeAlias": "/info",
"redirect": "/tips"
},
{
"name": "tips",
"pattern": "^/tips/?(\\?.*)?$",