working on flashmessages

This commit is contained in:
Sockenklaus
2023-07-05 04:26:07 +02:00
parent 91f7dd9204
commit ffd5d2969a
7 changed files with 69 additions and 69 deletions

View File

@@ -26,6 +26,7 @@ Route.get('/', 'HomeController.index')
Route.get('/login', async({inertia}: HttpContextContract) =>{
return inertia.render('Login')
})
Route.post('/logout', 'AuthController.logout')
Route.post('login', 'AuthController.login')