export default defineEventHandler(async (event) => {
  return {
    hello: "hello",
  };
});