hotfix-add subgroup customer

This commit is contained in:
phaichayon
2026-06-18 08:58:01 +07:00
parent 04a886ea26
commit 0650cf6297
38 changed files with 8674 additions and 687 deletions

View File

@@ -32,6 +32,8 @@ export async function GET(request: NextRequest) {
return NextResponse.json({ message: error.message }, { status: error.status });
}
console.error('GET /api/crm/dashboard failed', error);
return NextResponse.json({ message: 'Unable to load CRM dashboard' }, { status: 500 });
}
}