From a43cc4a05169e0526f1e2b7442a76bf97d779c79 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Fri, 21 May 2021 08:59:29 +0100 Subject: [PATCH] Commented out temporarily unused products routes no issue - support for multiple products is not ready yet so the routes should not be available whilst we still have a singular monthly/yearly prices on top of the in-progress products work --- ghost/admin/app/router.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/router.js b/ghost/admin/app/router.js index aae59622e2..17ddd8760f 100644 --- a/ghost/admin/app/router.js +++ b/ghost/admin/app/router.js @@ -52,9 +52,9 @@ Router.map(function () { this.route('settings.members-email', {path: '/settings/members-email'}); this.route('settings.code-injection', {path: '/settings/code-injection'}); - this.route('settings.products', {path: '/settings/products'}); - this.route('settings.product.new', {path: '/settings/product/new'}); - this.route('settings.product', {path: '/settings/product/:product_id'}); + // this.route('settings.products', {path: '/settings/products'}); + // this.route('settings.product.new', {path: '/settings/product/new'}); + // this.route('settings.product', {path: '/settings/product/:product_id'}); this.route('settings.theme', {path: '/settings/theme'}, function () { this.route('uploadtheme');