Skip to content

Commit 875dfa4

Browse files
authored
Update redirects.js (#10444)
* Update redirects.js Fixed spacing * Update redirects.js comment out blacklists redirects * Update redirects.js removed blacklists redirects
1 parent 400ff6e commit 875dfa4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

config/redirects.js

-11
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',

0 commit comments

Comments
 (0)