Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-01-28 11:57:33 +00:00
parent 4c8ceb5ce1
commit ed23da9bed
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
# 1f2db95c656f4bbeb7a6e493dad51688 # commonjs hello-world

3
index.js Normal file
View File

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