Billing licenses working

This commit is contained in:
Owen
2026-02-04 18:15:46 -08:00
parent 72d46b7352
commit 48dd4d5913
5 changed files with 139 additions and 47 deletions

View File

@@ -86,7 +86,7 @@ export default async function OrgLayout(props: {
try {
const getSubscription = cache(() =>
internal.get<AxiosResponse<GetOrgSubscriptionResponse>>(
`/org/${orgId}/billing/subscription`,
`/org/${orgId}/billing/subscriptions`,
cookie
)
);