Skip to content

Commit ea02e0e

Browse files
author
harishsundar-okta
committed
added redirects for managament api
1 parent 95a1a5e commit ea02e0e

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)