mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Merge pull request #1004 from LLK/hotfix/hoc-url
[Master] Allow querystring in /hoc URL
This commit is contained in:
commit
36b28e69f4
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@
|
|||
},
|
||||
{
|
||||
"name": "hoc",
|
||||
"pattern": "^/hoc/?$",
|
||||
"routeAlias": "/hoc/?$",
|
||||
"pattern": "^/hoc/?(\\?.*)?$",
|
||||
"routeAlias": "/hoc/?\\??",
|
||||
"view": "hoc/hoc",
|
||||
"title": "Hour of Code"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue