mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2803 from appwrite/revert-2802-revert-2800-fix-regions
Revert "Revert "Fix: regions endpoint""
This commit is contained in:
@@ -1408,7 +1408,7 @@ export class Billing {
|
||||
}
|
||||
|
||||
async listRegions(organizationId: string): Promise<Models.ConsoleRegionList> {
|
||||
const path = `/console/regions`;
|
||||
const path = `/organizations/${organizationId}/regions`;
|
||||
const params = {
|
||||
organizationId
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user