Add v2 interface support for nodes env (#836)

This commit is contained in:
Gary Yeap
2018-09-14 14:28:04 +08:00
committed by Ta-Ching Chen
parent d18777bed4
commit 6f60f3eef8
11 changed files with 289 additions and 125 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = function(context, callback) {
callback(200, "Hello, world!\n");
callback(200, "Hello, world callback!\n");
}