We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038465b commit 62ba3dfCopy full SHA for 62ba3df
config/redirects.js
@@ -2710,6 +2710,10 @@ const redirects = [
2710
from: ['/api/management'],
2711
to: '/api/management/v2',
2712
},
2713
+ {
2714
+ from: ['/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens'],
2715
+ to: '/api/management/v2',
2716
+ },
2717
2718
/* Authorization */
2719
0 commit comments