mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Missing end optional parameter regex in annual-report
This commit is contained in:
parent
4973ff4a5d
commit
f151f8dfeb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "annual-report",
|
"name": "annual-report",
|
||||||
"pattern": "^/annual-report/?(\\?.*)$",
|
"pattern": "^/annual-report/?(?:\\?.*)?$",
|
||||||
"routeAlias": "/annual-report/?$",
|
"routeAlias": "/annual-report/?$",
|
||||||
"view": "annual-report/annual-report",
|
"view": "annual-report/annual-report",
|
||||||
"title": "Annual Report",
|
"title": "Annual Report",
|
||||||
|
|
Loading…
Reference in a new issue