瀏覽代碼

verify Fixed hapi's json test

Mike Smith 11 年之前
父節點
當前提交
854c9a0768
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hapi/app.js

+ 1 - 1
hapi/app.js

@@ -49,7 +49,7 @@ if (cluster.isMaster) {
 		method: 'GET',
 		path: '/json',
 		handler: function(req) {
-			req.reply({ message: 'Hello World!' })
+			req.reply({ message: 'Hello, World!' })
 		}
 	});