Skip to content

Commit 5244d5e

Browse files
authored
Revert "Update redirects.js (#10444)" (#10466)
This reverts commit 875dfa4.
1 parent ca19b8d commit 5244d5e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/redirects.js

+11
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,13 @@ const redirects = [
19391939
],
19401940
to: '/get-started/apis/create-m2m-app-test',
19411941
},
1942+
{
1943+
from: [
1944+
'/api/management/v2/blacklists/get-tokens',
1945+
'/api/management/v2/blacklists/post-tokens',
1946+
],
1947+
to: '/api/management/v2',
1948+
},
19421949

19431950
/* Single Sign-On */
19441951

@@ -2760,6 +2767,10 @@ const redirects = [
27602767
from: ['/auth-api', '/api/authentication/reference'],
27612768
to: '/api/authentication',
27622769
},
2770+
{
2771+
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
2772+
to: '/api/management/v2',
2773+
},
27632774
{
27642775
from: ['/auth0-apis', '/api/info'],
27652776
to: '/api',

0 commit comments

Comments
 (0)