mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix endpoint
This commit is contained in:
@@ -30,7 +30,7 @@ export class Billing {
|
||||
billingPlan: string,
|
||||
paymentMethodId: string
|
||||
): Promise<Organization> {
|
||||
const path = `/organization`;
|
||||
const path = `/organizations`;
|
||||
const params = {
|
||||
organizationId,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user