worked on authController

This commit is contained in:
Sockenklaus
2021-10-20 01:21:44 +02:00
parent 4d7f2efedb
commit 5173e8d4c9
5 changed files with 111 additions and 6 deletions

View File

@@ -29,5 +29,11 @@
],
"aceProviders": [
"@adonisjs/repl"
],
"metaFiles": [
{
"pattern": "public/**",
"reloadServer": false
}
]
}