Unverified Commit 8f830c2a authored by The_Grits's avatar The_Grits Committed by GitHub

[master] hotfix hoc2014 redirect

parent 7b7306e7
...@@ -310,6 +310,12 @@ ...@@ -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/?(\\?.*)?$",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment