deno-fresh-saurpc-lyrics/routes/api/db.ts

6 lines
152 B
TypeScript
Raw Normal View History

2024-02-18 14:18:51 -06:00
import { FreshContext } from '$fresh/server.ts'
export const handler = (_req: Request, _ctx: FreshContext): Response => {
return new Response(';)')
}