import { get } from '../../controller' export default defineEventHandler(event => { console.error(event) return get(event.context.params.name) })