Skip to main content
Module

x/fastro/module/json.controller.ts

Fast and simple web application framework for deno
Go to Latest
File
import type { Request } from "../mod.ts";
export default (request: Request) => { request.json({ message: "hello" });};