added main navigation
This commit is contained in:
@@ -29,5 +29,9 @@ Route.get('/Login', async({inertia}) =>{
|
||||
})
|
||||
|
||||
Route.get('/Events', async({inertia})=> {
|
||||
return inertia.render('Events/List')
|
||||
return inertia.render('Events/EventsList')
|
||||
})
|
||||
|
||||
Route.get('/Users', async({inertia}) => {
|
||||
return inertia.render('Users/UsersList')
|
||||
})
|
||||
Reference in New Issue
Block a user