Update map.ts

This commit is contained in:
Nicolas 2024-08-16 19:37:00 -04:00
parent 0c05d096a9
commit 5205c5f005

View File

@ -51,7 +51,7 @@ export async function mapController(
});
}
const mapResults = await fireEngineMap(req.body.url, {
const mapResults = await fireEngineMap(`site:${req.body.url}`, {
numResults: 50,
});