diff --git a/src/routes.json b/src/routes.json index a1b789f34..0520c20cd 100644 --- a/src/routes.json +++ b/src/routes.json @@ -105,7 +105,7 @@ }, { "name": "teacherregistration", - "pattern": "^/educators/register$", + "pattern": "^/educators/register/?$", "routeAlias": "/educators(?:/(faq|register|waiting))?/?$", "view": "teacherregistration/teacherregistration", "title": "Teacher Registration",