Added CLI

This commit is contained in:
fedyna-k
2025-01-21 09:19:50 +01:00
parent 9fee9ea0e8
commit f3c0b91f9c
4 changed files with 30 additions and 27 deletions
-10
View File
@@ -1,10 +0,0 @@
import { Handlers } from "$fresh/server.ts";
export const handler: Handlers = {
async GET(request, context) {
return new Response({
test: await request.json(),
context,
});
},
};