Skip to content

Commit

Permalink
Update redirects.js
Browse files Browse the repository at this point in the history
comment out blacklists redirects
  • Loading branch information
lrzhou25 authored Aug 19, 2024
1 parent ee6cfe4 commit 9ff16c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1953,13 +1953,13 @@ 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 +2705,10 @@ 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 9ff16c8

Please sign in to comment.