Skip to content

Instantly share code, notes, and snippets.

@pomdtr
Last active December 6, 2023 21:30
Show Gist options
  • Save pomdtr/0b9bc664b48b1ad4316ba6324564885e to your computer and use it in GitHub Desktop.
Save pomdtr/0b9bc664b48b1ad4316ba6324564885e to your computer and use it in GitHub Desktop.
export default function(req: Request) {
return new Response("Hello from Github!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment