Skip to content

Commit 739a10b

Browse files
authored
Update redirects.js (#10439)
Redirect Blacklists endpoints to main API2 page
1 parent e01d3ec commit 739a10b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/redirects.js

+7
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,13 @@ const redirects = [
19531953
],
19541954
to: '/get-started/apis/create-m2m-app-test',
19551955
},
1956+
{
1957+
from: [
1958+
'/api/management/v2/blacklists/get-tokens',
1959+
'/api/management/v2/blacklists/post-tokens',
1960+
],
1961+
to: '/api/management/v2',
1962+
},
19561963

19571964
/* Single Sign-On */
19581965

0 commit comments

Comments
 (0)