Skip to content

Commit f4f5831

Browse files
author
Amanda VS
authored
Merge branch 'master' into blacklist-redirect-attempt
2 parents 7887bf5 + 400ff6e commit f4f5831

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
@@ -2707,7 +2707,7 @@ const redirects = [
27072707
to: '/api/authentication',
27082708
},
27092709
{
2710-
from: ['/apiv2', '/api/v2', '/api/management'],
2710+
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
27112711
to: '/api/management/v2',
27122712
},
27132713
{

0 commit comments

Comments
 (0)