2023-08-07 14:44:04 +02:00

7 lines
105 B
TypeScript

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