add rate limit to user

This commit is contained in:
2025-11-30 22:31:46 -03:00
parent 6e726601d2
commit 8d312893fa
5 changed files with 264 additions and 94 deletions

View File

@@ -5,6 +5,7 @@ export type User = {
name: string
email: string
cpf: string
rate_limit_exceeded?: any
}
export const headers = {