scratch-www/server/routes.json

16 lines
233 B
JSON
Raw Normal View History

[
{
"pattern": "/",
"view": "splash"
},
{
"pattern": "/about",
"view": "about",
"title": "About"
2015-09-08 10:54:15 -04:00
},
{
"pattern": "/components",
"view": "components"
}
]