We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb959a commit 0c15285Copy full SHA for 0c15285
1 file changed
tests/gitserver/repos/function/handler.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- main: function (event, context) {
3
- return 'GITOPS 1'
4
- }
5
-}
+ main: function (req, res) {
+ res.send("GITOPS 1");
+ },
+};
0 commit comments