diff --git a/src/routes-dev.json b/src/routes-dev.json index 9e43325fc..d0ef7ecf2 100644 --- a/src/routes-dev.json +++ b/src/routes-dev.json @@ -4,12 +4,5 @@ "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" } ] diff --git a/src/routes.json b/src/routes.json index d1339e092..97976d6bb 100644 --- a/src/routes.json +++ b/src/routes.json @@ -296,6 +296,13 @@ "view": "studentregistration/studentregistration", "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", "pattern": "^/educators/faq/?$",