This commit is contained in:
AyrisAI
2026-07-13 14:42:07 +03:00
parent f37d2b4c39
commit b44acc2678
10 changed files with 551 additions and 60 deletions
+2 -3
View File
@@ -20,10 +20,9 @@ export async function GET(req: NextRequest) {
})
}
// Get listings in that neighborhood that are local approved
// Get listings in that neighborhood
const listings = await mockDb.getListings({
neighborhoodId: neighborhood.id,
isLocalApproved: true
neighborhoodId: neighborhood.id
})
// Format response matching widget needs