Skip to content

Commit

Permalink
updating-api2-blacklists-redirects (#10443)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsundar-okta committed Aug 14, 2024
1 parent 739a10b commit 400ff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ const redirects = [
to: '/api/authentication',
},
{
from: ['/apiv2', '/api/v2', '/api/management'],
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
to: '/api/management/v2',
},
{
Expand Down

0 comments on commit 400ff6e

Please sign in to comment.