mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #1064 from mewtaylor/issue/go-page-querystring
[Master] Hotfix: allow querystrings for `/go`
This commit is contained in:
commit
3c301c52c6
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