Skip to content

Commit 462ce49

Browse files
author
amanda-vanscoy_atko
committed
Redirect blacklist pages due to last PR failure
1 parent e01d3ec commit 462ce49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/redirects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,14 @@ const redirects = [
19531953
],
19541954
to: '/get-started/apis/create-m2m-app-test',
19551955
},
1956+
{
1957+
from: ['/api/management/v2/blacklists/get-tokens'],
1958+
to: '/secure/security-guidance/data-security/denylist',
1959+
},
1960+
{
1961+
from: ['/api/management/v2/blacklists/post-tokens'],
1962+
to: '/secure/security-guidance/data-security/denylist',
1963+
},
19561964

19571965
/* Single Sign-On */
19581966

0 commit comments

Comments
 (0)