Redirect the old join flow to the new one.

Once we confirm there are no troubles with the redirect, we can remove 
the code too.
This commit is contained in:
picklesrus 2020-06-29 14:10:19 -04:00
parent b385288e39
commit c100c3756c

View file

@ -434,6 +434,12 @@
"routeAlias": "/info/?(\\?.*)?$",
"redirect": "/ideas"
},
{
"name": "register-redirect",
"pattern": "^/accounts/standalone-registration/?$",
"routeAlias": "/accounts/standalone-registration/",
"redirect": "/join"
},
{
"name": "research-redirect",
"pattern": "^/info/research/?$",