diff --git a/app/modules/tenancy/templates/tenancy/merchant/team.html b/app/modules/tenancy/templates/tenancy/merchant/team.html index 8a39086d..8410cb24 100644 --- a/app/modules/tenancy/templates/tenancy/merchant/team.html +++ b/app/modules/tenancy/templates/tenancy/merchant/team.html @@ -127,7 +127,7 @@ function merchantTeam() { async init() { try { - this.data = await apiClient.get('/merchants/tenancy/account/team'); + this.data = await apiClient.get('/merchants/account/team'); } catch (e) { this.error = e.message || 'Failed to load team data'; } finally {