scratch-www/src/routes-dev.json

15 lines
412 B
JSON
Raw Normal View History

2016-05-11 18:44:54 -04:00
[
{
"name": "components",
"pattern": "^/components/?$",
"view": "components/components",
"title": "Components"
},
{
"name": "studio",
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
"routeAlias": "/studios-playground/?$",
"view": "studio/studio",
"title": "Studio Playground"
2016-05-11 18:44:54 -04:00
}
]