mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Update map.ts
This commit is contained in:
parent
0c05d096a9
commit
5205c5f005
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user