'use strict' module.exports = devStatic function devStatic (server) { server.route({ method: 'GET', path: '/{param*}', handler: { directory: { path: 'public' } } }) }