Skip to content

Commit

Permalink
Merge conflict addition
Browse files Browse the repository at this point in the history
  • Loading branch information
avanscoy committed Aug 14, 2024
1 parent b270a89 commit 4fa8332
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1954,11 +1954,12 @@ const redirects = [
to: '/get-started/apis/create-m2m-app-test',
},
{
from: [
'/api/management/v2/blacklists/get-tokens',
'/api/management/v2/blacklists/post-tokens',
],
to: '/api/management/v2',
from: ['/api/management/v2/blacklists/get-tokens'],
to: '/secure/security-guidance/data-security/denylist',
},
{
from: ['/api/management/v2/blacklists/post-tokens'],
to: '/secure/security-guidance/data-security/denylist',
},

/* Single Sign-On */
Expand Down

0 comments on commit 4fa8332

Please sign in to comment.