Remove shield

This commit is contained in:
2021-08-20 10:35:42 +02:00
parent 2424dd8589
commit b23eb346d6
6 changed files with 0 additions and 275 deletions

View File

@@ -22,7 +22,6 @@ import Server from "@ioc:Adonis/Core/Server";
Server.middleware.register([
() => import('@ioc:Adonis/Core/BodyParser'),
() => import('@ioc:Adonis/Addons/Shield'),
() => import('App/Middleware/SilentAuth'),
])