[develop] hoc2014 redirect hotfix

This commit is contained in:
The_Grits 2017-12-02 12:20:50 -05:00 committed by GitHub
parent cd27b68cd1
commit d0f365ffde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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