Modiy route or example pr #1

Open
mikeconrad wants to merge 1 commits from mike/scs-demo into master
Showing only changes of commit ebf03f3e56 - Show all commits

View File

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