Finished the States

This commit is contained in:
2021-04-06 09:59:38 +02:00
parent b64158732c
commit 0727e912af
20 changed files with 949 additions and 860 deletions

View File

@@ -21,7 +21,7 @@ import Server from "@ioc:Adonis/Core/Server";
*/
Server.middleware.register([
//'Adonis/Core/BodyParserMiddleware',
'Adonis/Core/BodyParserMiddleware',
'App/Middleware/SilentAuth',
])