Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2024-10-29 12:43:09 +00:00
parent 64e3f3279f
commit d89e57df37
2 changed files with 4 additions and 2 deletions

View File

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

3
index.js Normal file
View File

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