mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Allow querystring in /hoc URL
We should fix this for every URL, but that is too large of a change for a hotfix
This commit is contained in:
parent
dacc51d1ae
commit
7be6704b51
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
{
|
||||
"name": "hoc",
|
||||
"pattern": "^/hoc/?$",
|
||||
"routeAlias": "/hoc/?$",
|
||||
"routeAlias": "/hoc/?\\??",
|
||||
"view": "hoc/hoc",
|
||||
"title": "Hour of Code"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue