scratch-www/server/routes.json
morant cca175154c First version of generic microworlds.
Reads videos information from JSON, other parts still not generic.
2016-01-08 14:43:39 -05:00

32 lines
643 B
JSON

[
{
"pattern": "/",
"view": "splash",
"title": "Imagine, Program, Share"
},
{
"pattern": "/about",
"view": "about",
"title": "About"
},
{
"pattern": "/components",
"view": "components",
"title": "Components"
},
{
"pattern": "/hoc",
"view": "hoc",
"title": "Hour of Code"
},
{
"pattern": "/microworlds_art",
"view": "microworlds_art",
"title": "Arts Microworld"
},
{
"pattern": "/microworlds",
"view": "microworlds",
"title": "Microworld Template"
}
]