Skip to content

Instantly share code, notes, and snippets.

@apipkin
Created December 3, 2014 19:15
Show Gist options
  • Save apipkin/c6eb7be85792fe368745 to your computer and use it in GitHub Desktop.
Save apipkin/c6eb7be85792fe368745 to your computer and use it in GitHub Desktop.
server.route({
method: 'GET',
path: '/frame/{file*}',
handler: {
directory: {
path: 'dist'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment