Skip to content

Commit

Permalink
fixing-management-api-redirect (#10446)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsundar-okta committed Aug 26, 2024
1 parent 1aa05d3 commit 682ee2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2706,6 +2706,10 @@ const redirects = [
from: ['/api/use-auth0-apis-with-postman-collections', '/api/postman'],
to: '/api',
},
{
from: ['/apiv2', '/api/v2', '/api/management'],
to: '/api/management/v2',
},

/* Authorization */

Expand Down

0 comments on commit 682ee2b

Please sign in to comment.