scratch-www/server/routes.json

12 lines
157 B
JSON
Raw Normal View History

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