rm copypasta comment

This commit is contained in:
2025-08-09 07:50:54 -04:00
parent fb1d48ab58
commit b7433239a5

View File

@@ -29,7 +29,7 @@ class RIP(FastAPI):
for endpoint, handler in self.endpoints.items():
dependencies = [
Depends(RateLimiter(times=8, seconds=2))
] # Do not rate limit image retrievals (cached)
]
app.add_api_route(
f"/{endpoint}",
handler,