Cleanup backend dockerfile

This commit is contained in:
Mike Conrad
2025-06-19 21:14:49 -04:00
parent 761ea8fef8
commit 7aa80d9800
3 changed files with 8 additions and 7 deletions

View File

@ -12,6 +12,6 @@ import UsersController from '#controllers/users_controller'
router.get('users', [UsersController, 'index'])
router.get('/', async () => {
return {
hello: 'world',
hello: 'hello',
}
})