Skip to content

Instantly share code, notes, and snippets.

@tolmasky
Created October 20, 2020 20:22
Show Gist options
  • Save tolmasky/cc1f05dc5ec1b570596dab9d395dfbd2 to your computer and use it in GitHub Desktop.
Save tolmasky/cc1f05dc5ec1b570596dab9d395dfbd2 to your computer and use it in GitHub Desktop.
function test(request, response)
{
response.end("hi");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment