Skip to content

Commit

Permalink
Update redirects.js (#10439)
Browse files Browse the repository at this point in the history
Redirect Blacklists endpoints to main API2 page
  • Loading branch information
pavokta authored Aug 9, 2024
1 parent e01d3ec commit 739a10b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +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

0 comments on commit 739a10b

Please sign in to comment.