mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
allow querystrings for /go
again, the same as #1004, but needed too soon for a full fix of this issue.
This commit is contained in:
parent
e4c82ab55f
commit
a182367a4e
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…
Add table
Reference in a new issue