Created
September 5, 2022 12:55
-
-
Save kt3k/15d5336e59b21e8579033055c9df1ff0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { serve } from "https://raw.githubusercontent.com/denoland/deno_std/main/http/server.ts"; | |
import "https://raw.githubusercontent.com/denoland/deno_std/main/node/module_all.ts"; | |
serve(() => new Reseponse("ok")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment