mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Update pattern so rewrite accepts querystring too
This commit is contained in:
parent
7be6704b51
commit
0b6d87fa91
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
},
|
||||
{
|
||||
"name": "hoc",
|
||||
"pattern": "^/hoc/?$",
|
||||
"pattern": "^/hoc/?(\\?.*)?$",
|
||||
"routeAlias": "/hoc/?\\??",
|
||||
"view": "hoc/hoc",
|
||||
"title": "Hour of Code"
|
||||
|
|
Loading…
Add table
Reference in a new issue