Skip to content

Commit

Permalink
refactor(editor): Update endpoint to retrieve limits (no-changelog) (n…
Browse files Browse the repository at this point in the history
…8n-io#6539)

update endpoint to retrieve limits
  • Loading branch information
RicardoE105 authored Jun 27, 2023
1 parent e1a02c7 commit e43924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/api/cloudPlans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

0 comments on commit e43924d

Please sign in to comment.