Skip to content

Commit

Permalink
Revert "Update redirects.js (#10444)" (#10466)
Browse files Browse the repository at this point in the history
This reverts commit 875dfa4.
  • Loading branch information
lrzhou25 committed Sep 26, 2024
1 parent ca19b8d commit 5244d5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,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 @@ -2760,6 +2767,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 5244d5e

Please sign in to comment.