Skip to content

Commit 682ee2b

Browse files
fixing-management-api-redirect (#10446)
1 parent 1aa05d3 commit 682ee2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/redirects.js

+4
Original file line numberDiff line numberDiff line change
@@ -2706,6 +2706,10 @@ const redirects = [
27062706
from: ['/api/use-auth0-apis-with-postman-collections', '/api/postman'],
27072707
to: '/api',
27082708
},
2709+
{
2710+
from: ['/apiv2', '/api/v2', '/api/management'],
2711+
to: '/api/management/v2',
2712+
},
27092713

27102714
/* Authorization */
27112715

0 commit comments

Comments
 (0)