Skip to content

Commit 27f41fe

Browse files
authored
Merge pull request #2802 from appwrite/revert-2800-fix-regions
Revert "Fix: regions endpoint"
2 parents d288346 + 7fc5bd4 commit 27f41fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sdk/billing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ export class Billing {
14081408
}
14091409

14101410
async listRegions(organizationId: string): Promise<Models.ConsoleRegionList> {
1411-
const path = `/organizations/${organizationId}/regions`;
1411+
const path = `/console/regions`;
14121412
const params = {
14131413
organizationId
14141414
};

0 commit comments

Comments
 (0)