From c6dd2611fa711d5629fa0ad7da44a8cb2ac4a291 Mon Sep 17 00:00:00 2001 From: Harish Sundar Date: Fri, 30 Aug 2024 10:20:03 +0530 Subject: [PATCH] added redirects for management api (#10454) * added redirects for managament api * added redirects for managament api --------- Co-authored-by: harishsundar-okta --- config/redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 25e881e05a..b66f742715 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2710,6 +2710,10 @@ const redirects = [ from: ['/api/management'], to: '/api/management/v2', }, + { + from: ['/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens'], + to: '/api/management/v2', + }, /* Authorization */