Couple of nodejs examples -- hello world and a slack bot
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
module.exports = function(context, callback) {
|
||||
callback(200, "Hello, world!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user