first steps on login form
This commit is contained in:
@@ -23,3 +23,7 @@ import Route from '@ioc:Adonis/Core/Route'
|
||||
Route.get('/', async ({ inertia }) => {
|
||||
return inertia.render('Home')
|
||||
})
|
||||
|
||||
Route.get('/Login', async({inertia}) =>{
|
||||
return inertia.render('Login')
|
||||
})
|
||||
Reference in New Issue
Block a user