Skip to content

Commit

Permalink
fix: uncommented shield middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-carlos-sousa committed Jan 20, 2025
1 parent ca8d46f commit 7503d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/start/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ server.use([
router.use([
() => import('@adonisjs/core/bodyparser_middleware'),
() => import('@adonisjs/session/session_middleware'),
// () => import('@adonisjs/shield/shield_middleware'),
() => import('@adonisjs/shield/shield_middleware'),
() => import('@adonisjs/auth/initialize_auth_middleware'),
])

Expand Down

0 comments on commit 7503d26

Please sign in to comment.