Move the studio route from routes-dev.json to routes.json

This commit is contained in:
BryceLTaylor 2021-03-31 16:23:00 -04:00
parent 4a7d909671
commit 11c773deb4
2 changed files with 7 additions and 7 deletions

View file

@ -4,12 +4,5 @@
"pattern": "^/components/?$", "pattern": "^/components/?$",
"view": "components/components", "view": "components/components",
"title": "Components" "title": "Components"
},
{
"name": "studio",
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
"routeAlias": "/studios-playground/?$",
"view": "studio/studio",
"title": "Studio Playground"
} }
] ]

View file

@ -296,6 +296,13 @@
"view": "studentregistration/studentregistration", "view": "studentregistration/studentregistration",
"title": "Class Registration" "title": "Class Registration"
}, },
{
"name": "studio",
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
"routeAlias": "/studios-playground/?$",
"view": "studio/studio",
"title": "Studio Playground"
},
{ {
"name": "teacher-faq", "name": "teacher-faq",
"pattern": "^/educators/faq/?$", "pattern": "^/educators/faq/?$",