Skip to content

Commit

Permalink
fix api ratelimits redirect (#11057)
Browse files Browse the repository at this point in the history
fixes #10973
  • Loading branch information
a-hariti committed Aug 12, 2024
1 parent e1634cc commit 51b64ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@ const userDocsRedirects = [
source: '/api/organizations/experimental-retrieve-release-health-session-statistics/',
destination: '/api/releases/retrieve-release-health-session-statistics/',
},
{
source: '/api/rate-limits/',
destination: '/api/ratelimits/',
},
];

/**
Expand Down

0 comments on commit 51b64ed

Please sign in to comment.