scratch-www/server/routes.json
2015-09-06 16:18:53 -07:00

15 lines
233 B
JSON

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