mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Merge pull request #3804 from benjiwheeler/add-missing-paren
remove extraneous parenthesis from student signup route
This commit is contained in:
commit
4774107934
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
|||
{
|
||||
"name": "student-registration-token-only",
|
||||
"pattern": "^/signup/:token",
|
||||
"routeAlias": "/signup/.+)",
|
||||
"routeAlias": "/signup/.+",
|
||||
"view": "studentregistration/studentregistration",
|
||||
"title": "Class Registration"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue