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:
Matthew Taylor 2017-02-28 09:55:16 -05:00
parent a170aec6d2
commit 2954d0916b

View file

@ -183,7 +183,7 @@
{
"name": "jobs-moderator",
"pattern": "^/jobs/moderator/?$",
"routeAlias": "/jobs",
"routeAlias": "/jobs/?$",
"view": "jobs/moderator/moderator",
"title": "Community Moderator"
},