Template
1
0

feat: update payment views

This commit is contained in:
2025-12-06 20:42:10 +01:00
parent ce4d5ba013
commit 37164b560f
49 changed files with 1826 additions and 624 deletions

View File

@@ -12,5 +12,5 @@ export const DashboardSchema = z.strictObject({
export default route
.get("/api/v1/payment/dashboard/:id")
.params({ id: BeneficiarySchema.shape._id })
.response(DashboardSchema);
.params({ id: BeneficiarySchema.shape.tenantId })
.response(z.array(DashboardSchema));