此代码在9.0.3版中不起作用:
server.route({
method: 'GET',
path: '/',
handler: function() {
file: 'templates/index.html'
}
});
Run Code Online (Sandbox Code Playgroud)
错误:
de_modules/hapi/node_modules/hoek/lib/index.js:723
throw new Error(msgs.join(' ') || 'Unknown error');
^
Error: Unknown handler: file
Run Code Online (Sandbox Code Playgroud)
在版本8中,它运行良好.