scratch-www/server/routes.json

33 lines
643 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"
2015-11-10 10:57:24 -05:00
},
{
"pattern": "/microworlds_art",
"view": "microworlds_art",
"title": "Arts Microworld"
},
{
"pattern": "/microworlds",
"view": "microworlds",
"title": "Microworld Template"
}
]