Files
vibetorrent/backend/src/rate_limit.rs
spinline 47db9fa0c0
Some checks failed
Build MIPS Binary / build (push) Has been cancelled
chore: cleanup unused backend code after migration to server functions
2026-02-11 19:02:36 +03:00

4 lines
237 B
XML

// This file can be removed or repurposed if rate limiting is needed for other endpoints.
// Login rate limiting is now handled within the server function or needs to be reimplemented
// as a middleware for the server function endpoint.