From 875dfa477f2e7daf726b4a16bb4815739b6dc642 Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:30:44 -0700 Subject: [PATCH] Update redirects.js (#10444) * Update redirects.js Fixed spacing * Update redirects.js comment out blacklists redirects * Update redirects.js removed blacklists redirects --- config/redirects.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index 98a0b350f6..5128709530 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1953,13 +1953,6 @@ 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 +2698,6 @@ 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',