Create helloget.js
This commit is contained in:
5
functions/helloget.js
Normal file
5
functions/helloget.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
foo: function (event, context) {
|
||||
return 'hello world!';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user