mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1069 from mewtaylor/issue/go-page-querystring
Remove extra $
This commit is contained in:
commit
12e7326f49
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
{
|
||||
"name": "things-to-try",
|
||||
"pattern": "^/go/?(\\?.*)?$",
|
||||
"routeAlias": "/go/?\\??$",
|
||||
"routeAlias": "/go/?\\??",
|
||||
"view": "thingstotry/thingstotry",
|
||||
"title": "Things to Try"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue