Skip to main content
Module

x/fastro/module/json.controller.ts

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