7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
|
import { Handlers } from "$fresh/server.ts";
|
||
|
|
||
|
export const handler: Handlers = {
|
||
|
async GET() {
|
||
|
},
|
||
|
};
|