feat(crawl): webhook

This commit is contained in:
Gergő Móricz
2024-08-16 23:42:40 +02:00
parent 086ba6280b
commit 803577eeba
5 changed files with 8 additions and 5 deletions
+1
View File
@@ -73,6 +73,7 @@ export async function crawlController(req: RequestWithAuth<{}, CrawlResponse, Cr
pageOptions: pageOptions,
origin: "api",
crawl_id: id,
webhook: req.body.webhook,
}, {
priority: 15,
});