Scripts for a couple of simple fission demos

This commit is contained in:
Soam Vasani
2017-08-16 15:18:31 -07:00
parent 00a8430a24
commit b5e3e4e625
9 changed files with 244 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = async function(context) {
return {
status: 200,
body: "Hello, world!\n"
};
}