Skip to content

Commit

Permalink
Update redirects.js (#10444)
Browse files Browse the repository at this point in the history
* Update redirects.js

Fixed spacing

* Update redirects.js

comment out blacklists redirects

* Update redirects.js

removed blacklists redirects
  • Loading branch information
lrzhou25 authored Aug 20, 2024
1 parent 400ff6e commit 875dfa4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1953,13 +1953,6 @@ const redirects = [
],
to: '/get-started/apis/create-m2m-app-test',
},
{
from: [
'/api/management/v2/blacklists/get-tokens',
'/api/management/v2/blacklists/post-tokens',
],
to: '/api/management/v2',
},

/* Single Sign-On */

Expand Down Expand Up @@ -2705,10 +2698,6 @@ const redirects = [
from: ['/auth-api', '/api/authentication/reference'],
to: '/api/authentication',
},
{
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
to: '/api/management/v2',
},
{
from: ['/auth0-apis', '/api/info'],
to: '/api',
Expand Down

0 comments on commit 875dfa4

Please sign in to comment.