Skip to content

Commit 038465b

Browse files
author
harishsundar-okta
committed
updating blacklist redirects
2 parents be7fcf4 + 95a1a5e commit 038465b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

config/redirects.js

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,13 +1953,6 @@ const redirects = [
19531953
],
19541954
to: '/get-started/apis/create-m2m-app-test',
19551955
},
1956-
{
1957-
from: [
1958-
'/api/management/v2/blacklists/get-tokens',
1959-
'/api/management/v2/blacklists/post-tokens',
1960-
],
1961-
to: '/api/management/v2',
1962-
},
19631956

19641957
/* Single Sign-On */
19651958

@@ -2705,10 +2698,6 @@ const redirects = [
27052698
from: ['/auth-api', '/api/authentication/reference'],
27062699
to: '/api/authentication',
27072700
},
2708-
{
2709-
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
2710-
to: '/api/management/v2',
2711-
},
27122701
{
27132702
from: ['/auth0-apis', '/api/info'],
27142703
to: '/api',
@@ -2717,6 +2706,10 @@ const redirects = [
27172706
from: ['/api/use-auth0-apis-with-postman-collections', '/api/postman'],
27182707
to: '/api',
27192708
},
2709+
{
2710+
from: ['/api/management'],
2711+
to: '/api/management/v2',
2712+
},
27202713

27212714
/* Authorization */
27222715

0 commit comments

Comments
 (0)