Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 358 Bytes

instructions.md

File metadata and controls

9 lines (7 loc) · 358 Bytes

The package has been configured successfully. The limiter configuration is stored inside the config/limiter.ts file.

Make sure to register the named middleware inside the start/kernel.ts file before applying rate limiting in your application.

Server.middleware.registerNamed({
  throttle: () => import('@adonisjs/limiter/build/throttle'),
})