thirdweb-dev / engine

The most powerful backend engine for web3 apps.
https://thirdweb.com/engine
Apache License 2.0
143 stars 52 forks source link

fix: don't apply rate limit to health check endpoints #583

Closed arcoraven closed 1 month ago

arcoraven commented 1 month ago

PR-Codex overview

This PR adds a rate limiting middleware to a Fastify server, skipping rate limiting for "/" and "/json" routes.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}