scratch-www/server/routes.json
2015-11-29 13:42:26 -05:00

27 lines
492 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": "/jobs",
"view": "jobs",
"title": "Jobs"
}
]