implemented some login stuff.
This commit is contained in:
@@ -23,7 +23,7 @@ import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'
|
||||
|
||||
Route.get('/', 'HomeController.index')
|
||||
|
||||
Route.get('/login', async({inertia, response}: HttpContextContract) =>{
|
||||
Route.get('/login', async({inertia}: HttpContextContract) =>{
|
||||
return inertia.render('Login')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user