Skip to content

Commit

Permalink
added redirects for management api (#10454)
Browse files Browse the repository at this point in the history
* added redirects for managament api

* added redirects for managament api

---------

Co-authored-by: harishsundar-okta <harishsundar-okta>
  • Loading branch information
harishsundar-okta authored Aug 30, 2024
1 parent 95a1a5e commit c6dd261
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 @@ -2710,6 +2710,10 @@ const redirects = [
from: ['/api/management'],
to: '/api/management/v2',
},
{
from: ['/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens'],
to: '/api/management/v2',
},

/* Authorization */

Expand Down

0 comments on commit c6dd261

Please sign in to comment.