scratch-www/server/routes.json
2015-09-08 07:54:15 -07:00

15 lines
233 B
JSON

[
{
"pattern": "/",
"view": "splash"
},
{
"pattern": "/about",
"view": "about",
"title": "About"
},
{
"pattern": "/components",
"view": "components"
}
]