4 lines
70 B
TypeScript

export default defineEventHandler(async (event) => {
return {};
});