From 5244d5ee4de03f533734deddd40bc9bfe13902ba Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:58:49 -0700 Subject: [PATCH] Revert "Update redirects.js (#10444)" (#10466) This reverts commit 875dfa477f2e7daf726b4a16bb4815739b6dc642. --- config/redirects.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 8058db6f27..5ca826d085 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1939,6 +1939,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 */ @@ -2760,6 +2767,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',