Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 287 Bytes

instructions.md

File metadata and controls

6 lines (6 loc) · 287 Bytes

The Adocasts package @adocasts/adonisjs-honeypot has been successfully configured. Before you begin, please register the below named middleware inside your start/kernel.ts file.

Server.middleware.registerNamed({
  honeypot: () => import('@ioc:Adocasts/Honeypot') // 👈
})