From 739a10bbeb2bab08155ea433f7824738d132bbbd Mon Sep 17 00:00:00 2001 From: Andrew <109249228+pavokta@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:55:34 -0700 Subject: [PATCH] Update redirects.js (#10439) Redirect Blacklists endpoints to main API2 page --- config/redirects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 6ef8d1012b..727a73be24 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1953,6 +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 */