Flask - Middleware and Extensions
What will be the effect of this Flask-Limiter configuration?
on routes without explicit limits?
limiter = Limiter(app, key_func=get_remote_address, default_limits=["5 per hour"])
on routes without explicit limits?
