Skip to content

Commit 73cf219

Browse files
committed
Merge branch 'feature/payments' of https://github.com/API-200/api200-selfhosted into feature/payments
2 parents d6116f7 + 749b880 commit 73cf219

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • packages/dashboard/src/utils/data
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export const Plans = {
2+
free: {
3+
requests: 100
4+
},
5+
pro: {
6+
requests: 10000,
7+
}
8+
} as const;

0 commit comments

Comments
 (0)