From f18be588a025cc6bb2f7229ae760fb12de05437c Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Tue, 16 Aug 2016 11:48:11 -0400 Subject: [PATCH] Allow an optional / in teacher registration URL Resolves #3895 --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",