7 lines
105 B
TypeScript
Raw Permalink Normal View History

2023-08-07 14:44:04 +02:00
import { Handlers } from "$fresh/server.ts";
export const handler: Handlers = {
async GET() {
},
};