scratch-www/server/routes.json

16 lines
233 B
JSON
Raw Normal View History

[
{
"pattern": "/",
"view": "splash"
},
2015-09-06 19:18:53 -04:00
{
"pattern": "/styleguide",
"view": "styleguide"
},
{
"pattern": "/about",
"view": "about",
"title": "About"
}
]