mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Remove extra $
This commit is contained in:
parent
a182367a4e
commit
788b034f32
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
||||||
{
|
{
|
||||||
"name": "things-to-try",
|
"name": "things-to-try",
|
||||||
"pattern": "^/go/?(\\?.*)?$",
|
"pattern": "^/go/?(\\?.*)?$",
|
||||||
"routeAlias": "/go/?\\??$",
|
"routeAlias": "/go/?\\??",
|
||||||
"view": "thingstotry/thingstotry",
|
"view": "thingstotry/thingstotry",
|
||||||
"title": "Things to Try"
|
"title": "Things to Try"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue