Skip to content

Instantly share code, notes, and snippets.

@Marak
Last active August 29, 2015 14:08
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 Marak/607ccd5106b099b8047f to your computer and use it in GitHub Desktop.
Save Marak/607ccd5106b099b8047f to your computer and use it in GitHub Desktop.
setting an Theme View for a hook.io hook
module['exports'] = function simpleHook (hook) {
hook.res.end('Request ended');
};
module['exports'].theme = "http://hook.io/themes/simple/index.html";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment