Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-05-22 10:12:06 +00:00
parent 4724a061b1
commit fb8a7d77c0
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
# 7748c67fc1a94811846a485c1c299712 # commonjs hello-world

3
index.js Normal file
View File

@ -0,0 +1,3 @@
exports.main = (req, res) => {
res.send('hello, world');
};