Skip to content

Instantly share code, notes, and snippets.

@bacongravy
Last active June 23, 2020 21:14
Show Gist options
  • Select an option

  • Save bacongravy/15ef22be29071f6c0bc073630926a276 to your computer and use it in GitHub Desktop.

Select an option

Save bacongravy/15ef22be29071f6c0bc073630926a276 to your computer and use it in GitHub Desktop.
import { ServerRequest } from "https://deno.land/std@0.58.0/http/server.ts";
export default async (req: ServerRequest) => {
req.respond({ body: `Hello, from Deno v${Deno.version.deno}!` });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment