mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 06:55:57 +08:00
Update v1.ts (#1509)
This commit is contained in:
parent
eee613d1bc
commit
8b88c26a47
@ -296,6 +296,12 @@ v1Router.delete(
|
|||||||
authMiddleware(RateLimiterMode.CrawlStatus),
|
authMiddleware(RateLimiterMode.CrawlStatus),
|
||||||
crawlCancelController,
|
crawlCancelController,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
v1Router.delete(
|
||||||
|
"/batch/scrape/:jobId",
|
||||||
|
authMiddleware(RateLimiterMode.CrawlStatus),
|
||||||
|
crawlCancelController,
|
||||||
|
);
|
||||||
// v1Router.get("/checkJobStatus/:jobId", crawlJobStatusPreviewController);
|
// v1Router.get("/checkJobStatus/:jobId", crawlJobStatusPreviewController);
|
||||||
|
|
||||||
// // Auth route for key based authentication
|
// // Auth route for key based authentication
|
||||||
|
Loading…
x
Reference in New Issue
Block a user