diff --git a/charts/hello.js b/charts/hello.js deleted file mode 100644 index ae6d0c31..00000000 --- a/charts/hello.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = function(context, callback) { callback(200, "Hello, world!\n"); }