fix(v1/batch/scrape): use scrape rate limit (#1182)

This commit is contained in:
Gergő Móricz 2025-02-13 21:32:58 +01:00 committed by GitHub
parent 254580a284
commit d9c99e5892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ v1Router.post(
v1Router.post(
"/batch/scrape",
authMiddleware(RateLimiterMode.Crawl),
authMiddleware(RateLimiterMode.Scrape),
checkCreditsMiddleware(),
blocklistMiddleware,
idempotencyMiddleware,