Create helloget.js

This commit is contained in:
2019-04-26 15:22:46 +02:00
committed by GitHub
parent 500f932c0d
commit 128c86dab1
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
foo: function (event, context) {
return 'hello world!';
}
}