mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-09-21 14:31:21 +00:00
fix(v1/batch/scrape): use scrape rate limit (#1182)
This commit is contained in:
parent
254580a284
commit
d9c99e5892
@ -166,7 +166,7 @@ v1Router.post(
|
||||
|
||||
v1Router.post(
|
||||
"/batch/scrape",
|
||||
authMiddleware(RateLimiterMode.Crawl),
|
||||
authMiddleware(RateLimiterMode.Scrape),
|
||||
checkCreditsMiddleware(),
|
||||
blocklistMiddleware,
|
||||
idempotencyMiddleware,
|
||||
|
Loading…
x
Reference in New Issue
Block a user