refactor(editor): Update endpoint to retrieve limits (no-changelog) (#6539)
update endpoint to retrieve limits
This commit is contained in:
@@ -9,5 +9,5 @@ export async function getCurrentPlan(
|
||||
}
|
||||
|
||||
export async function getCurrentUsage(context: IRestApiContext): Promise<InstanceUsage> {
|
||||
return get(context.baseUrl, '/limits');
|
||||
return get(context.baseUrl, '/cloud/limits');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user