Skip to content

Instantly share code, notes, and snippets.

@ywwwtseng
Created December 12, 2017 07:56
Show Gist options
  • Save ywwwtseng/6741535017b9a42917e7b52406cf2705 to your computer and use it in GitHub Desktop.
Save ywwwtseng/6741535017b9a42917e7b52406cf2705 to your computer and use it in GitHub Desktop.
Redirect practice
function redirect() {
res.writeHead({ location: 'https://www.example.org/' });
res.end();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment