mail-connect/ratelimit.json
Aidan acefa334a5
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 55s
implement validation of email and password, ratelimiting, add ci for builds
2025-02-15 02:27:10 -05:00

10 lines
111 B
JSON

{
"/list": {
"windowMs": 60000,
"max": 20
},
"/add": {
"windowMs": 60000,
"max": 10
}
}