created User-Model and Employee-Model
This commit is contained in:
@@ -20,6 +20,4 @@
|
||||
|
||||
import Route from '@ioc:Adonis/Core/Route'
|
||||
|
||||
Route.get('/', async () => {
|
||||
return { hello: 'world' }
|
||||
})
|
||||
Route.resource('employees', 'EmployeesController').except(['create', 'edit'])
|
||||
|
||||
Reference in New Issue
Block a user