From d1a871baa244dc32d4308ff4aa94ce5e82b01d75 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Wed, 15 Apr 2020 09:17:33 -0400 Subject: [PATCH] remove extraneous parenthesis from student signup route --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index bc7fde6b1..72608c0bf 100644 --- a/src/routes.json +++ b/src/routes.json @@ -283,7 +283,7 @@ { "name": "student-registration-token-only", "pattern": "^/signup/:token", - "routeAlias": "/signup/.+)", + "routeAlias": "/signup/.+", "view": "studentregistration/studentregistration", "title": "Class Registration" },