Skip to content

Instantly share code, notes, and snippets.

@ci7lus
Created November 23, 2021 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ci7lus/6ae5d946f2c3c029224c6b0c63b0a3b7 to your computer and use it in GitHub Desktop.
Save ci7lus/6ae5d946f2c3c029224c6b0c63b0a3b7 to your computer and use it in GitHub Desktop.
import { serve } from "https://deno.land/x/sift@0.4.2/mod.ts"
serve({
"/": () => new Response(new Date().toISOString()),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment