import {EventHandlerRequest, H3Event} from "h3";

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