scratch-www/server/routes.json

43 lines
791 B
JSON
Raw Normal View History

[
{
"pattern": "/",
"view": "splash",
"title": "Imagine, Program, Share"
},
{
"pattern": "/about",
"view": "about",
"title": "About"
2015-09-08 10:54:15 -04:00
},
{
"pattern": "/components",
"view": "components",
"title": "Components"
},
{
"pattern": "/hoc",
"view": "hoc",
"title": "Hour of Code"
},
{
"pattern": "/info/credits",
"view": "credits",
"title": "Credits"
2016-01-31 13:02:10 -05:00
},
{
"pattern": "/info/cards",
"view": "cards",
"title": "Cards"
},
2015-11-29 13:42:26 -05:00
{
"pattern": "/jobs",
"view": "jobs",
"title": "Jobs"
},
{
"pattern": "/wedo",
"view": "wedo2",
"title": "LEGO WeDo 2.0"
}
]