Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-07-02 17:34:35 +02:00
parent 7dd2cdfdd5
commit eb403747c3
6 changed files with 276 additions and 2 deletions

View File

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