From 4fa8332d08f2e40846b2ce487e1c3cb834fe0307 Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Wed, 14 Aug 2024 13:22:07 -0400 Subject: [PATCH] Merge conflict addition --- config/redirects.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index eed54df24b..cf223ca8b5 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1954,11 +1954,12 @@ 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', + from: ['/api/management/v2/blacklists/get-tokens'], + to: '/secure/security-guidance/data-security/denylist', + }, + { + from: ['/api/management/v2/blacklists/post-tokens'], + to: '/secure/security-guidance/data-security/denylist', }, /* Single Sign-On */