mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
match routeAlias
with that of /jobs
route
this `routeAlias` is being added as it’s own path pattern since it’s not matching the other one, causing us to hit our 512 char limit.
This commit is contained in:
parent
a170aec6d2
commit
2954d0916b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
{
|
||||
"name": "jobs-moderator",
|
||||
"pattern": "^/jobs/moderator/?$",
|
||||
"routeAlias": "/jobs",
|
||||
"routeAlias": "/jobs/?$",
|
||||
"view": "jobs/moderator/moderator",
|
||||
"title": "Community Moderator"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue