فهرست منبع

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!' })
 		}
 	});