Skip to content

Commit c6dd261

Browse files
added redirects for management api (#10454)
* added redirects for managament api * added redirects for managament api --------- Co-authored-by: harishsundar-okta <harishsundar-okta>
1 parent 95a1a5e commit c6dd261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/redirects.js

+4
Original file line numberDiff line numberDiff line change
@@ -2710,6 +2710,10 @@ const redirects = [
27102710
from: ['/api/management'],
27112711
to: '/api/management/v2',
27122712
},
2713+
{
2714+
from: ['/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens'],
2715+
to: '/api/management/v2',
2716+
},
27132717

27142718
/* Authorization */
27152719

0 commit comments

Comments
 (0)