Merge pull request #3804 from benjiwheeler/add-missing-paren

remove extraneous parenthesis from student signup route
This commit is contained in:
Benjamin Wheeler 2020-04-15 09:20:32 -04:00 committed by GitHub
commit 4774107934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
}, },