remove extraneous parenthesis from student signup route

This commit is contained in:
Ben Wheeler 2020-04-15 09:17:33 -04:00
parent 5cd282ed56
commit d1a871baa2

View file

@ -283,7 +283,7 @@
{ {
"name": "student-registration-token-only", "name": "student-registration-token-only",
"pattern": "^/signup/:token", "pattern": "^/signup/:token",
"routeAlias": "/signup/.+)", "routeAlias": "/signup/.+",
"view": "studentregistration/studentregistration", "view": "studentregistration/studentregistration",
"title": "Class Registration" "title": "Class Registration"
}, },