deno-fresh-saurpc-lyrics/routes/api/db.ts
2024-02-18 14:18:51 -06:00

6 lines
152 B
TypeScript

import { FreshContext } from '$fresh/server.ts'
export const handler = (_req: Request, _ctx: FreshContext): Response => {
return new Response(';)')
}