import { getAll } from '../controller' export default defineEventHandler(event => { console.error(event) return getAll() })