此代码在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中,它运行良好.
| 归档时间: |
|
| 查看次数: |
4726 次 |
| 最近记录: |