Add v2 interface support for nodes env (#836)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
module.exports = function(context, callback) {
|
||||
callback(200, "Hello, world!\n");
|
||||
callback(200, "Hello, world callback!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user