mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
change download route
This commit is contained in:
parent
b0a81d24d2
commit
dd923aa586
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@
|
|||
},
|
||||
{
|
||||
"name": "download",
|
||||
"pattern": "^/download/",
|
||||
"routeAlias": "/download/?$",
|
||||
"pattern": "^/download/?$",
|
||||
"routeAlias": "/download",
|
||||
"view": "download/download",
|
||||
"title": "Scratch Offline Editor"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue