Skip to content

Commit

Permalink
Merge branch 'master' into sender_constraining_redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 authored Aug 19, 2024
2 parents d67ac09 + 400ff6e commit 128683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,7 @@ const redirects = [
to: '/api/authentication',
},
{
from: ['/apiv2', '/api/v2', '/api/management'],
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
to: '/api/management/v2',
},
{
Expand Down

0 comments on commit 128683b

Please sign in to comment.