Skip to content

Instantly share code, notes, and snippets.

@tuvokki
Last active August 29, 2015 14:22
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 tuvokki/6080aa0c796c999dfa42 to your computer and use it in GitHub Desktop.
Save tuvokki/6080aa0c796c999dfa42 to your computer and use it in GitHub Desktop.

Add this to a bogart (or express etc.) route to do funky suff. See bogart-blog and just paste this in app.js.

router.get('/✌☮✔', function (req) {
  return 'Freedom and Peace = like!';
});

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment