scratch-www/server/routes.json

28 lines
506 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"
}
]