4 lines
71 B
TypeScript
Raw Normal View History

2024-10-14 00:02:58 +08:00
export default defineEventHandler(async (event) => {
return event
})