Skip to content

Commit

Permalink
Update redirects.js
Browse files Browse the repository at this point in the history
Fixed spacing
  • Loading branch information
lrzhou25 authored Aug 19, 2024
1 parent 400ff6e commit ee6cfe4
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 @@ -2706,7 +2706,7 @@ const redirects = [
to: '/api/authentication',
},
{
from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ],
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 ee6cfe4

Please sign in to comment.