From 11c773deb474f27b8a48ea9e16e19785bb8439d9 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 31 Mar 2021 16:23:00 -0400 Subject: [PATCH] Move the studio route from routes-dev.json to routes.json --- src/routes-dev.json | 7 ------- src/routes.json | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) 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/?$",