We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3af489c + 739a10b commit b270a89Copy full SHA for b270a89
config/redirects.js
@@ -1954,12 +1954,11 @@ const redirects = [
1954
to: '/get-started/apis/create-m2m-app-test',
1955
},
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
+ from: [
+ '/api/management/v2/blacklists/get-tokens',
+ '/api/management/v2/blacklists/post-tokens',
+ ],
+ to: '/api/management/v2',
1963
1964
1965
/* Single Sign-On */
0 commit comments