Allow an optional / in teacher registration URL

Resolves #3895
This commit is contained in:
Ray Schamp 2016-08-16 11:48:11 -04:00
parent b893c5c657
commit f18be588a0

View file

@ -105,7 +105,7 @@
},
{
"name": "teacherregistration",
"pattern": "^/educators/register$",
"pattern": "^/educators/register/?$",
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
"view": "teacherregistration/teacherregistration",
"title": "Teacher Registration",