mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #1065 from mewtaylor/issue/go-page-querystring
[Staging] Hotfix: allow querystrings for `/go`
This commit is contained in:
commit
20bc8b874c
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
{
|
||||
"name": "things-to-try",
|
||||
"pattern": "^/go/?$",
|
||||
"routeAlias": "/go/?$",
|
||||
"pattern": "^/go/?(\\?.*)?$",
|
||||
"routeAlias": "/go/?\\??$",
|
||||
"view": "thingstotry/thingstotry",
|
||||
"title": "Things to Try"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue