Cleanup
This commit is contained in:
@ -12,6 +12,6 @@ const UsersController = () => import('#controllers/users_controller')
|
||||
router.get('users', [UsersController, 'index'])
|
||||
router.get('/', async () => {
|
||||
return {
|
||||
hello: 'WORLD',
|
||||
hello: 'world',
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user