Skip to content

Instantly share code, notes, and snippets.

@Oobert
Created December 14, 2014 23:19
Show Gist options
  • Save Oobert/00df76e652754fac7ad3 to your computer and use it in GitHub Desktop.
Save Oobert/00df76e652754fac7ad3 to your computer and use it in GitHub Desktop.
var routConfig = {
cache: { expiresIn: 5000 },
handler: function (request, reply) {
return reply({ name: 'John' });
}
cors: true
};
server.route({ method: 'GET', path: '/somepath', config: routConfig });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment