From 9ff16c8691aa99a97a9fe9697ea618f476567a85 Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:35:59 -0700 Subject: [PATCH] Update redirects.js comment out blacklists redirects --- config/redirects.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index 4960556a0c..a16807a896 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1953,13 +1953,13 @@ const redirects = [ ], to: '/get-started/apis/create-m2m-app-test', }, - { + /*{ from: [ '/api/management/v2/blacklists/get-tokens', '/api/management/v2/blacklists/post-tokens', ], to: '/api/management/v2', - }, + },*/ /* Single Sign-On */ @@ -2705,10 +2705,10 @@ const redirects = [ from: ['/auth-api', '/api/authentication/reference'], to: '/api/authentication', }, - { + /*{ from: ['/apiv2', '/api/v2', '/api/management', '/api/management/v2/blacklists/get-tokens', '/api/management/v2/blacklists/post-tokens'], to: '/api/management/v2', - }, + },*/ { from: ['/auth0-apis', '/api/info'], to: '/api',