import { Handlers } from "$fresh/server.ts"; export const handler: Handlers = { async GET() { }, };