Skip to content

Commit 400ff6e

Browse files
updating-api2-blacklists-redirects (#10443)
1 parent 739a10b commit 400ff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/redirects.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@ const redirects = [
27062706
to: '/api/authentication',
27072707
},
27082708
{
2709-
from: ['/apiv2', '/api/v2', '/api/management'],
2709+
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
27102710
to: '/api/management/v2',
27112711
},
27122712
{

0 commit comments

Comments
 (0)