Update v1.ts (#1509)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user