Skip to content

Commit 0c15285

Browse files
committed
Update gitops test
1 parent 0eb959a commit 0c15285

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
main: function (event, context) {
3-
return 'GITOPS 1'
4-
}
5-
}
2+
main: function (req, res) {
3+
res.send("GITOPS 1");
4+
},
5+
};

0 commit comments

Comments
 (0)