4 lines
74 B
TypeScript

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