Skip to content

Commit

Permalink
feat: add enterprise 1 plan (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamsundaresan authored Jan 31, 2025
1 parent b747f75 commit c30f0c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/api/src/utils/authMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ const PLANS: Record<number, Plan> = {
requestsPerMin: 1_000,
requestsPerMonth: 100_000
},
3: {
name: 'Enterprise 1',
requestsPerMin: 1_000,
requestsPerMonth: 500_000
},
999: {
name: 'Admin'
}
Expand Down

0 comments on commit c30f0c7

Please sign in to comment.